Tokopedia Scraper | $1.5 / 1k | All-In-One avatar
Tokopedia Scraper | $1.5 / 1k | All-In-One

Pricing

Pay per event

Go to Apify Store
Tokopedia Scraper | $1.5 / 1k | All-In-One

Tokopedia Scraper | $1.5 / 1k | All-In-One

Get product listings, search results, and merchant pages from Tokopedia, Indonesia’s largest marketplace. Extract titles, prices, discounts, ratings, seller details and more. Ideal for price tracking, assortment planning, seller discovery, and marketplace analytics. $1.49 per 1000 results.

Pricing

Pay per event

Rating

5.0

(1)

Developer

Fatih Tahta

Fatih Tahta

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

5 days ago

Last modified

Share

Tokopedia Scraper

Slug: fatihtahta/tokopedia-scraper

Overview

Tokopedia Scraper gathers structured product listings directly from Tokopedia, Indonesia's leading online marketplace. Whether you target specific categories or broad search terms, the actor compiles product titles, prices, ratings, seller insights, and merchandising labels into one clean dataset. By automating repetitive browsing and collection tasks, it provides a dependable, time-saving way to stay informed about fast-moving e-commerce trends.

Tokopedia hosts millions of listings across every retail vertical, making it an invaluable source for competitive tracking, assortment planning, and marketplace research. This actor continuously follows the structure of Tokopedia pages and delivers reliable output even for large batches of URLs or keyword-driven searches.

Why Use This Actor

  • Market researchers and analysts can monitor pricing movements, promotion cadence, and seller performance without manual data pulls.
  • Merchandisers and product teams can benchmark catalog coverage, spot new entrants, and track category shifts in near real-time.
  • Growth and partnership teams can surface promising shops for outreach and build curated directories of top sellers.
  • Developers and data teams can enrich internal dashboards with structured e-commerce data suitable for downstream analytics.

Typical use cases include lead generation for marketplace sellers, market insights for competitive intelligence, product tracking for assortment optimization, and directory building for curated vendor lists. Each run delivers consistent results and removes the need for ad-hoc scraping scripts.

Input Parameters

ParameterTypeDescriptionDefault
startUrlsArrayOne or more Tokopedia search, category, or individual listing URLs to collect data from.
queriesArraySearch keywords that will be turned into Tokopedia search requests automatically.
limitIntegerMaximum number of listings to save per input, ideal for capping large searches.50000
proxyConfigurationObjectConnection settings used to keep runs stable and consistent across geographies.Residential Apify Proxy

Example Input

{
"startUrls": [
"https://www.tokopedia.com/search?st=&q=baseball"
],
"queries": [
"baseball bat"
],
"limit": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Example Output

{
"query": "baseball",
"page": 1,
"position": 2,
"id": 100059318904,
"title": "81cm Tongkat Bisbol/Alat Olahraga Bisbol/Tongkat Bisbol 81cm/Alat Olahraga",
"url": "https://www.tokopedia.com/kdsa-mall/81cm-tongkat-bisbol-alat-olahraga-bisbol-tongkat-bisbol-81cm-alat-olahraga-1729621112245159931?extParam=ivf%3Dfalse%26keyword%3Dbaseball%26search_id%3D2025111111181134ED066DF378EF0583HL%26src%3Dsearch",
"priceText": "Rp99.900",
"price": 99900,
"originalPrice": "Rp200.800",
"discountPercentage": 0,
"rating": 4.8,
"shopName": "KDSA MALL",
"shopCity": "Jakarta Barat",
"shopTier": 3,
"isOfficialStore": false,
"labels": [
"8rb+ terjual",
"Campaign",
"50%"
],
"categoryName": "Olahraga",
"categoryBreadcrumb": "olahraga/baseball/tongkat-baseball",
"image": "https://p16-images-common-sign-sg.tokopedia-static.net/tos-maliva-i-o3syd03w52-us/3c3ab41dd3ac455db8042a994bae9cbd~tplv-o3syd03w52-resize-jpeg:200:200.jpeg?lk3s=a74d0a5d&x-expires=1762863491&x-signature=uht%2F9Kbk6MteCIu6JnKgR9x3Rp4%3D&x-signature-webp=7oiMMPZxvLV0jYCK1lTIV0Gu8kA%3D"
}
  • query, page, and position indicate how the listing appeared in the search results.
  • id, title, and url identify the exact product card on Tokopedia.
  • priceText, price, originalPrice, and discountPercentage summarize current pricing and promotions.
  • rating, shopName, shopCity, shopTier, and isOfficialStore describe seller reputation and store status.
  • labels, categoryName, and categoryBreadcrumb show merchandising tags and taxonomy placement.
  • image provides the primary product thumbnail URL for fast previews.

Notes & Limitations

  • Always respect Tokopedia’s terms of service and any applicable legal requirements when collecting or using marketplace data.
  • Performance depends on the volume of requested listings and the availability of data on Tokopedia at the time of the run.
  • Results reflect the information displayed publicly on Tokopedia and may change if the site updates its layout or content policies.

Support

Questions or custom needs? Open an issue on the Issues tab of the actor page in Apify Console and it will be resolved around the clock.

Happy Scraping,

  • Fatih