Tokopedia Search Scraper — flat pricing avatar

Tokopedia Search Scraper — flat pricing

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Tokopedia Search Scraper — flat pricing

Tokopedia Search Scraper — flat pricing

Scrape Tokopedia search results. Lightweight, no browser, flat $0.005 per result. Returns title, price, shop, city, rating, category, URL.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Prime Sieve

Prime Sieve

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

5 hours ago

Last modified

Categories

Share

Tokopedia Search Scraper

Lightweight Tokopedia (Indonesia's largest marketplace) search scraper. Plain fetch against Tokopedia's public GraphQL API — no browser, no API keys, no heavy compute. Flat $0.005 per result, no tiered-pricing surprises.

Built by Prime Sieve — "build a better tool, one scraper at a time."

Why

Tokopedia is Indonesia's largest marketplace. Search-result data — title, price, shop, city, rating — is what dropshippers, resellers, and market researchers use to find demand, price competitively, and spot trends. Existing Tokopedia actors charge per-1k-result tiers that get complicated at volume. This one is a flat, predictable $0.005/result.

Input

FieldTypeDefaultDescription
keywordsstring[]requiredSearch terms, e.g. ["sepatu", "beras"]
maxResultsint50Total results (max 500)
minPricenumber0Minimum price IDR (0 = none)
maxPricenumber0Maximum price IDR (0 = none)
sortBystringrelevancyrelevancy, sales, price, ctime
excludeBrandsstring[][]Drop titles containing these

Output

One dataset item per product:

{
"query": "sepatu",
"tokopediaId": "7408193449930786576",
"title": "Sepatu Running Pria Wanita Original",
"url": "https://www.tokopedia.com/product/...",
"price": 250000,
"priceText": "Rp250.000",
"shopName": "TokoSepatu",
"shopCity": "Jakarta",
"rating": 4.8,
"badge": null,
"category": "Sepatu"
}

Pricing

  • $0.005 per result (dataset item), flat — no tiers, no volume games.
  • Actor start: $0.05.

Notes

  • Uses Tokopedia's public GraphQL endpoint (gql.tokopedia.com/graphql) with the same params the website uses. No browser, no login.
  • Polite by default: 700ms between page fetches, respects result caps.
  • Prices in Indonesian Rupiah (IDR), as shown on the site.
  • Data is public marketplace information. Use responsibly — don't hammer the platform.

License

MIT