Skip to content

docs: add Make integration page for E-commerce Scraping Tool#2744

Open
marekmacku wants to merge 2 commits into
masterfrom
feat/make-ecommerce
Open

docs: add Make integration page for E-commerce Scraping Tool#2744
marekmacku wants to merge 2 commits into
masterfrom
feat/make-ecommerce

Conversation

@marekmacku

Copy link
Copy Markdown

Docs Make x E-commerce

Adding documentation for the E-commerce tool integration into Make.com.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@marekmacku marekmacku self-assigned this Jul 7, 2026
@marekmacku marekmacku requested a review from marcel-rbro as a code owner July 7, 2026 10:11
@apify-service-account

apify-service-account commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

✅ Preview for this PR (commit 5bc7ea26) is ready at https://pr-2744.preview.docs.apify.com (see action run).

@marcel-rbro marcel-rbro left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, merge master into this branch for further review as there are major changes in IA


### Step 2: Add the Google Sheets "Add a Row" module

Add the Google Sheets **Add a Row** (or **Bulk Add Rows**) module after the Extract module. Map product fields from the module output (such as `name`, `offers: price`, `url`, and `rating`) into your spreadsheet columns.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line mentions name field, but the JSON examples use both title (line 116) and name (line 279). Which is correct? What does this depend on?

Comment on lines +89 to +110
| Field | Description |
| --- | --- |
| **Mode** | How pages are loaded: `Auto` (default, lets the tool decide), `Browser` (full page rendering), or `HTTP` (lightweight requests). |
| **Product detail URLs** | Direct URLs to individual product pages. |
| **Category listing URLs** | URLs to category/listing pages containing multiple products. |
| **Keyword for search** | Keyword to find products across marketplaces. |
| **Marketplaces for keyword search** | Marketplaces to run the keyword search on (loaded dynamically). |
| **Include additional properties** | Include extra fields in the response (default: on). |
| **AI summary data points** | Data point(s) to send to AI for summarization. |
| **AI summary custom prompt** | Custom instructions for the AI summary. Leave blank to use Apify's default prompt. |
| **Total maximum products** | Cap on the number of products collected during the run. |

For each product, you will extract:

- **Product identity**: product name, brand, URL, SKU, MPN, GTIN-13, handle, and product type.
- **Pricing**: current offer price and currency, on-sale flag, price range, and regular price range.
- **Inventory and variants**: available variants (size, color, SKU ID), options, stock signals, and weight.
- **Media**: primary image, full image gallery (with dimensions, alt text, and positions).
- **Descriptions & marketing copy**: long description, HTML description, tags, features, and enticements.
- **Reviews summary**: average rating, total review count.
- **Additional metadata**: age groups, style number, color, created/updated timestamps, and any extra retailer-specific properties.
- **Optional AI summary**: when AI summary data points are set, the module returns an AI-generated summary of the chosen fields, using either Apify's default prompt or your custom prompt (see [AI summary](#ai-summary-product-details-mode) below).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bold is for UI elements only, italics for highlighting or nothing works in this case.


![Apify sign-up page](images/e-commerce/apify-sign-up-page.webp)

1. To connect your Apify account to Make, you can use an OAuth connection (recommended) or an Apify API token. To get the token, head to the **Settings > API & Integrations** tab at [console.apify.com/settings/integrations](https://console.apify.com/settings/integrations).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mentions that Oauth is recommended, but then the info provided is only where to get the API key and the screen is of the API key. No info how to setup the Oauth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants