Shopee Brazil Product Scraper — Bulk Product Pages
Pricing
from $2.49 / 1,000 results
Shopee Brazil Product Scraper — Bulk Product Pages
Bulk-scrape public Shopee Brasil product pages by URL or shopId+itemId — title, stock, images, and shop signals. Anonymous SSR may strip unit prices; Affiliate/ScrapeBadger fill when configured. Unofficial; not affiliated with Shopee.
Pricing
from $2.49 / 1,000 results
Rating
0.0
(0)
Developer
Bakos Bence
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
20 hours ago
Last modified
Categories
Share
What is Shopee Brazil Product Scraper — Bulk Product Pages?
Bulk-scrape Shopee Brasil (shopee.com.br) product pages by URL or shopId.itemId. Titles, stock, variants, attributes, categories, images, shop signals — fast HTTP, no login.
What Shopee Brazil Product Scraper — Bulk Product Pages returns
| Field | What it is | Example |
|---|---|---|
price | Price (required) | 34.99 |
source | Source (required) | shopee.com.br |
shopId | Shop ID | 1409138451 |
itemId | Item ID | 58261085798 |
priceSource | Price source (ssr|affiliate) | 34.99 |
sold | Sold count | 128 |
ratingStar | Rating star | 4.6 |
currency | Currency | BRL |
shopName | Shop name | Horus_Book |
image | Main image | https://down-br.img.susercontent.com/file/sg-11134201-823px-mohiwxs35tl583 |
url | Product URL | https://shopee.com.br/product/1409138451/58261085798 |
scrapedAt | Scraped at | 2026-08-31T12:00:00Z |
How do I bulk-scrape Shopee Brasil (shopee.com.br) product pages by URL or shopId.itemId?
- Click Try for free.
- Fill Product page links, URL list (alias) and Shop IDs.
- Click Start.
- Open the dataset and download it, or send it on with one of the integrations below.
Saved runs on the Tasks tab:
- Bulk scrape Shopee Brasil product URLs to dataset
- Scrape one Shopee Brasil product page by URL
- Scrape Shopee Brasil product via shopId itemId
Input
The Input tab lists every field. The sample input is:
{"startUrls": [{"url": "https://shopee.com.br/product/1409138451/58261085798"}],"maxItems": 1,"requireMustHave": false,"minPriceRate": 0.95,"enrichShop": true,"includeRawPdp": false,"enrichScrapebadger": true,"enrichAffiliate": true,"maxRetries": 3,"requestDelayMs": 0}
Output
One row looks like this. scrapedAt, when present, is the time that run finished.
{"shopId": "1409138451","itemId": "58261085798","title": "Introdução à Informática","currency": "BRL","stock": 10,"brand": "Pearson","shopName": "Horus_Book","shopLocation": "Rio de Janeiro","image": "https://down-br.img.susercontent.com/file/sg-11134201-823px-mohiwxs35tl583","url": "https://shopee.com.br/product/1409138451/58261085798","market": "BR","source": "shopee.com.br","scrapedAt": "2026-08-31T12:00:00Z"}
How much does Shopee Brazil Product Scraper — Bulk Product Pages cost?
You pay for each row saved. Platform usage is included. Current rates are on the Pricing tab.
How pay-per-event billing works: Actors in Store.
Integrations
Excel
- Click Try for free, run this Actor, and wait until the run finishes.
- Open that run and go to its dataset.
- Choose Export, then Excel.
To download the newest successful run later without opening the dataset:
- In Apify Console, open Settings → API & Integrations and copy an API token.
- On this Actor, open the Tasks tab, open the task you want, and copy the task ID from the URL.
- Run that task once.
- Paste this into a browser. Replace
TASK_IDandYOUR_TOKEN.
https://api.apify.com/v2/actor-tasks/TASK_ID/runs/last/dataset/items?format=xlsx&clean=true&status=SUCCEEDED&token=YOUR_TOKEN
Anyone with that URL can read the rows. Treat the token like a password.
Dataset export formats: Dataset items.
Google Sheets
- In Apify Console, open Settings → API & Integrations and copy an API token.
- On this Actor, open the Tasks tab, open the task you want, and copy the task ID from the URL.
- Run that task once so there is a successful dataset.
- In a Google Sheet, click cell A1 and paste this formula. Replace
TASK_IDandYOUR_TOKEN.
=IMPORTDATA("https://api.apify.com/v2/actor-tasks/TASK_ID/runs/last/dataset/items?format=csv&clean=true&status=SUCCEEDED&token=YOUR_TOKEN")
- Wait until the columns fill. Sheets refreshes
IMPORTDATAon its own. Use Data → Data connectors → Refresh when you want it now.
Anyone with that URL can read the rows. Treat the token like a password.
API, Python, and Node
- In Apify Console, open Settings → API & Integrations and copy an API token.
- Send this request. Replace
YOUR_TOKEN.
curl -X POST "https://api.apify.com/v2/acts/bakos_bence~shopee-br-products/runs?token=YOUR_TOKEN&waitForFinish=120" \-H "Content-Type: application/json" \-d '{"startUrls":[{"url":"https://shopee.com.br/product/1409138451/58261085798"}],"maxItems":1,"requireMustHave":false,"minPriceRate":0.95,"enrichShop":true,"includeRawPdp":false,"enrichScrapebadger":true,"enrichAffiliate":true,"maxRetries":3,"requestDelayMs":0}'
- From the response, copy
defaultDatasetId. - Fetch the rows:
https://api.apify.com/v2/datasets/DATASET_ID/items?format=json&clean=true&token=YOUR_TOKEN
The API tab on this page has the same call in JavaScript, Python, and the CLI. Client docs: JavaScript, Python, Run an Actor.
Zapier
- In Apify Console, open Settings → API & Integrations and copy an API token. You will only need it if the connection asks for a token. The usual path is the access prompt below.
- In Zapier, create a Zap. For the action, search Apify and choose Run Actor.
- Connect your Apify account and choose Allow Access.
- Select Shopee Brazil Product Scraper — Bulk Product Pages.
- Paste this input:
{"startUrls": [{"url": "https://shopee.com.br/product/1409138451/58261085798"}],"maxItems": 1,"requireMustHave": false,"minPriceRate": 0.95,"enrichShop": true,"includeRawPdp": false,"enrichScrapebadger": true,"enrichAffiliate": true,"maxRetries": 3,"requestDelayMs": 0}
- Use a synchronous run only when the run will finish within 30 seconds. Otherwise leave it asynchronous, then add Fetch dataset items, or start the Zap with the Finished Actor run trigger.
- Test the step. Add the next action, such as Google Sheets, Slack, or email. Publish the Zap.
Triggers and the other actions: Zapier integration.
Make
- In Apify Console, open Settings → API & Integrations and copy an API token.
- In a Make scenario, add a module and search Apify.
- Create the connection with OAuth, or paste the API token.
- Choose Run an Actor. Select Shopee Brazil Product Scraper — Bulk Product Pages. Set Run synchronously to Yes.
- Paste this input:
{"startUrls": [{"url": "https://shopee.com.br/product/1409138451/58261085798"}],"maxItems": 1,"requireMustHave": false,"minPriceRate": 0.95,"enrichShop": true,"includeRawPdp": false,"enrichScrapebadger": true,"enrichAffiliate": true,"maxRetries": 3,"requestDelayMs": 0}
- Add Get Dataset Items. Set the dataset ID to the default dataset ID from the Run an Actor module.
- Add the module that should receive the rows, such as Google Sheets Bulk add rows, and map the fields.
If the run can take longer than your Make plan lets a synchronous module wait, start with Watch Actor Runs instead, then add Get Dataset Items. Details: Make integration.
n8n
- In Apify Console, open Settings → API & Integrations and copy an API token.
- On n8n Cloud, open the nodes panel, search Apify, and install the node. On a self-hosted n8n, go to Settings → Community Nodes → Install and enter
@apify/n8n-nodes-apify. - Create a credential. Search Apify API, paste the token, and save. On n8n Cloud you can use Apify OAuth2 instead.
- Add an Apify node. Choose Run Actor. Pick Shopee Brazil Product Scraper — Bulk Product Pages. Turn on Wait for finish.
- Set the input to:
{"startUrls": [{"url": "https://shopee.com.br/product/1409138451/58261085798"}],"maxItems": 1,"requireMustHave": false,"minPriceRate": 0.95,"enrichShop": true,"includeRawPdp": false,"enrichScrapebadger": true,"enrichAffiliate": true,"maxRetries": 3,"requestDelayMs": 0}
- Add another Apify node, Get Dataset Items. Set the dataset ID to the
defaultDatasetIdfrom the Run Actor node. - Add the next node, such as Google Sheets, and map the fields.
Full setup, triggers, and the AI-tool node: n8n integration.
Power BI
- In Apify Console, open Settings → API & Integrations and copy an API token.
- On this Actor, open the Tasks tab, open the task you want, and copy the task ID from the URL.
- Run that task once.
- Open Power BI Desktop → Home → Get data → Web.
- Paste this URL. Replace
TASK_IDandYOUR_TOKEN.
https://api.apify.com/v2/actor-tasks/TASK_ID/runs/last/dataset/items?format=csv&clean=true&status=SUCCEEDED&token=YOUR_TOKEN
- When asked how to sign in, choose Anonymous → Connect.
- Check that the preview is a table, then Load.
- After you publish, schedule refresh against that same URL.
A 401 means the token is missing or you did not choose Anonymous. Anyone with the URL can read the rows.
Looker Studio
Looker Studio does not open a private CSV URL on its own. Put the rows in a Google Sheet first.
- In Apify Console, open Settings → API & Integrations and copy an API token.
- On this Actor, open the Tasks tab, open the task you want, and copy the task ID from the URL.
- Run that task once.
- In a Google Sheet, click cell A1 and paste this formula. Replace
TASK_IDandYOUR_TOKEN.
=IMPORTDATA("https://api.apify.com/v2/actor-tasks/TASK_ID/runs/last/dataset/items?format=csv&clean=true&status=SUCCEEDED&token=YOUR_TOKEN")
- Wait until the columns fill.
- In Looker Studio, choose Create → Report → Google Sheets and pick that spreadsheet.
- After the next run, refresh the Sheet, then refresh the Looker data source.
For a single snapshot, open the finished run, export CSV from the dataset, and use File upload in Looker Studio.
Tableau
- In Apify Console, open Settings → API & Integrations and copy an API token.
- On this Actor, open the Tasks tab, open the task you want, and copy the task ID from the URL.
- Run that task once.
- In Tableau Desktop 2023.3+, install the REST API connector from Tableau Exchange.
- Choose Connect → To a Server → REST API.
- Paste this URL. Replace
TASK_IDandYOUR_TOKEN. Set the response format to CSV.
https://api.apify.com/v2/actor-tasks/TASK_ID/runs/last/dataset/items?format=csv&clean=true&status=SUCCEEDED&token=YOUR_TOKEN
- Leave credentials empty. The token is already in the URL.
- Create an extract. Refresh it after the next run.
For a single snapshot, open the finished run, export CSV from the dataset, and connect Tableau to that file.
Qlik
- In Apify Console, open Settings → API & Integrations and copy an API token.
- On this Actor, open the Tasks tab, open the task you want, and copy the task ID from the URL.
- Run that task once.
- In Qlik Cloud or Qlik Sense, choose Add data → REST.
- Set the method to GET and paste this URL. Replace
TASK_IDandYOUR_TOKEN.
https://api.apify.com/v2/actor-tasks/TASK_ID/runs/last/dataset/items?format=csv&clean=true&status=SUCCEEDED&token=YOUR_TOKEN
- Set the response type to CSV.
- Test the connection, pick the table, and load.
- Reload the app after the next run.
For a single snapshot, open the finished run, export CSV from the dataset, and add that file in Qlik.
Webhooks
- In Apify Console, open this Actor and go to Integrations.
- Add a webhook for Actor run succeeded.
- Set the URL of the service that should receive the run.
- When a run finishes, the payload includes
defaultDatasetId. Read the rows with this URL. ReplaceDATASET_IDandYOUR_TOKEN. The token is under Settings → API & Integrations.
https://api.apify.com/v2/datasets/DATASET_ID/items?format=json&clean=true&token=YOUR_TOKEN
Event types and the payload: Webhooks.
AI tools
- Open the API tab on this Actor.
- Copy the MCP config shown there.
- Paste it into the MCP client (Claude, Cursor, or another client that accepts that config).
- Sign in when the client asks. It can then run this Actor.
Setup for each client: Apify MCP server.
Airtable, Google Drive, Slack, and Snowflake are listed in Integrations.
FAQ
Use cases
- Brazil ecommerce catalog / assortment pulls
- SKU monitoring (title, stock, attributes) across seller shops
- Enriching product URL lists with structured BR marketplace fields
Limitations
- Signed
/api/v4/pdp/get_pcresponses require antibot headers Shopee rotates frequently; this Actor uses the public SSR / MFE cache instead. - Live unit prices are often stripped from anonymous SSR (
removed_fieldsincludesproduct_price.price). Stock, title, media, and attributes still return. - Affiliate enrich needs your own App ID/Secret and only returns SKUs present in the affiliate offer catalog.
- Does not bypass login walls, does not scrape buyer PII / review authors.
Can I schedule this?
Yes. Save a Task from the input you want, then add a schedule in Console. After each successful run, this URL returns that task’s newest dataset. Replace TASK_ID and YOUR_TOKEN (the token is under Settings → API & Integrations).
https://api.apify.com/v2/actor-tasks/TASK_ID/runs/last/dataset/items?format=json&clean=true&status=SUCCEEDED&token=YOUR_TOKEN
This Actor is not affiliated with Shopee.