Tokopedia Product Scraper avatar

Tokopedia Product Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Tokopedia Product Scraper

Tokopedia Product Scraper

Extract product names, prices, ratings, and shop details from search results and category pages. Powered by Tokopedia Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

This actor extracts Products in a List from Tokopedia. It collects data from search results, category pages, and recommendation feeds. It returns structured data including pricing, shop details, and product identifiers.

Data Fields

Field NameDescriptionExample
Product IDUnique identifier for the product123456789
Product NameFull title of the productSmartphone 5G 128GB
Product URLDirect link to the product pagehttps://www.tokopedia.com/shop/product-slug
App LinkDeep link for mobile applicationtokopedia://product/123456789
Image URLPrimary product image linkhttps://images.tokopedia.net/img/product.jpg
Image 300 URLResized 300px product imagehttps://images.tokopedia.net/img/product_300.jpg
Shop IDUnique identifier for the seller987654
Shop NameName of the selling storeOfficial Tech Store
Shop URLLink to the seller profilehttps://www.tokopedia.com/techstore
Shop CityLocation of the shopJakarta Barat
Shop TierSeller level or statusPower Merchant Pro
Price TextFormatted price stringRp1.500.000
Price NumberNumeric price value1500000
Original PricePrice before discount2000000
Discount PercentagePercentage of price reduction25
Badge TitleSpecial labels like 'Official Store'Official Store
Label GroupsArray of promotional labels["Grosir", "Cashback"]
Category IDUnique identifier for the category45
Category NameName of the product categoryHandphone
Category BreadcrumbFull category pathHandphone & Tablet / Handphone
RatingAverage user rating4.8
Stock SKU IDStock keeping unit identifierSKU-998877

Input

  • urls: Array of Tokopedia URL strings. Works with search result pages and category listings.
  • maxItems: Maximum number of items to scrape per URL. Default is 100.

Example Input

{
"urls": ["https://www.tokopedia.com/search?q=laptop"],
"maxItems": 50
}

Example Output

[
{
"productId": "22334455",
"productName": "Wireless Mouse RGB",
"productUrl": "https://www.tokopedia.com/gadget/mouse-rgb",
"appLink": "tokopedia://product/22334455",
"imageUrl": "https://images.tokopedia.net/p1.jpg",
"image300Url": "https://images.tokopedia.net/p1_300.jpg",
"shopId": "112233",
"shopName": "Gadget Central",
"shopUrl": "https://www.tokopedia.com/gadget",
"shopCity": "Surabaya",
"shopTier": "Power Merchant",
"priceText": "Rp150.000",
"priceNumber": 150000,
"originalPrice": 200000,
"discountPercentage": 25,
"badgeTitle": "",
"labelGroups": ["Diskon"],
"categoryId": "12",
"categoryName": "Aksesoris Komputer",
"categoryBreadcrumb": "Komputer / Aksesoris",
"rating": 4.9,
"stockSkuId": "MS-RGB-01"
},
{
"productId": "66778899",
"productName": "Mechanical Keyboard TKL",
"productUrl": "https://www.tokopedia.com/gaming/keyboard-tkl",
"appLink": "tokopedia://product/66778899",
"imageUrl": "https://images.tokopedia.net/p2.jpg",
"image300Url": "https://images.tokopedia.net/p2_300.jpg",
"shopId": "445566",
"shopName": "Gaming Gear ID",
"shopUrl": "https://www.tokopedia.com/gaming",
"shopCity": "Bandung",
"shopTier": "Official Store",
"priceText": "Rp850.000",
"priceNumber": 850000,
"originalPrice": 850000,
"discountPercentage": 0,
"badgeTitle": "Official Store",
"labelGroups": [],
"categoryId": "12",
"categoryName": "Aksesoris Komputer",
"categoryBreadcrumb": "Komputer / Aksesoris",
"rating": 5.0,
"stockSkuId": "KB-TKL-99"
}
]

Want more from Tokopedia?

This actor only covers Products in a List. The full Tokopedia Scraper browser extension also includes Product Details, Variant Details, Seller Details, Products in a Store, Product Reviews, Reviews in a Store with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Tokopedia Scraper extension

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.