docs: add Make integration page for E-commerce Scraping Tool#2744
Open
marekmacku wants to merge 2 commits into
Open
docs: add Make integration page for E-commerce Scraping Tool#2744marekmacku wants to merge 2 commits into
marekmacku wants to merge 2 commits into
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
✅ Preview for this PR (commit |
marcel-rbro
requested changes
Jul 13, 2026
marcel-rbro
left a comment
Contributor
There was a problem hiding this comment.
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. |
Contributor
There was a problem hiding this comment.
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). |
Contributor
There was a problem hiding this comment.
Bold is for UI elements only, italics for highlighting or nothing works in this case.
|
|
||
|  | ||
|
|
||
| 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). |
Contributor
There was a problem hiding this comment.
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docs Make x E-commerce
Adding documentation for the E-commerce tool integration into Make.com.