Tokopedia Products Scraper avatar

Tokopedia Products Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Tokopedia Products Scraper

Tokopedia Products Scraper

Extract product listings with prices, ratings, and shop details from Tokopedia 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

6

Total users

0

Monthly active users

7 days ago

Last modified

Share

This actor extracts Products from Tokopedia. It works on search results, category pages, and recommendation feeds. The actor collects pricing, ratings, shop details, and product metadata from any page displaying a list of items.


Want more from Tokopedia?

This actor covers Products only. The full Tokopedia Scraper browser extension also includes Products, Variants, Sellers, Reviews 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


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 storeOfficial Tech Store
Shop URLLink to the seller's shophttps://www.tokopedia.com/officialtech
Shop CityCity where the shop is locatedJakarta Selatan
Shop TierSeller level or statusPower Merchant Pro
Price TextFormatted price stringRp1.500.000
Price NumberNumeric value of the price1500000
Original PricePrice before discount2000000
Discount PercentagePercentage of price reduction25
Badge TitleSpecial badges like Official StoreOfficial Store
Label GroupsPromotional labels or tagsGrosir
Category IDNumeric category identifier45
Category NameName of the product categoryElectronics
Category BreadcrumbFull category pathElectronics / Mobile / Phones
RatingAverage user rating4.8
Stock SKU IDStock keeping unit identifierSKU-123-ABC

Input

  • urls: Array of Tokopedia URLs. Use search results, category pages, or recommendation feeds.
  • maxItems: Maximum number of products to extract per URL. Default is 100.

Example Input

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

Example Output

[
{
"productId": "11223344",
"productName": "Wireless Mouse RGB",
"productUrl": "https://www.tokopedia.com/tech/mouse-rgb",
"appLink": "tokopedia://product/11223344",
"imageUrl": "https://images.tokopedia.net/p1.jpg",
"image300Url": "https://images.tokopedia.net/p1-300.jpg",
"shopId": "556677",
"shopName": "Gaming Gear ID",
"shopUrl": "https://www.tokopedia.com/gaminggear",
"shopCity": "Bandung",
"shopTier": "Power Merchant",
"priceText": "Rp150.000",
"priceNumber": 150000,
"originalPrice": 200000,
"discountPercentage": 25,
"badgeTitle": "",
"labelGroups": "Diskon",
"categoryId": "12",
"categoryName": "Computers",
"categoryBreadcrumb": "Computers / Accessories / Mouse",
"rating": "4.9",
"stockSkuId": "M-RGB-01"
},
{
"productId": "99887766",
"productName": "Mechanical Keyboard TKL",
"productUrl": "https://www.tokopedia.com/tech/keyboard-tkl",
"appLink": "tokopedia://product/99887766",
"imageUrl": "https://images.tokopedia.net/k1.jpg",
"image300Url": "https://images.tokopedia.net/k1-300.jpg",
"shopId": "556677",
"shopName": "Gaming Gear ID",
"shopUrl": "https://www.tokopedia.com/gaminggear",
"shopCity": "Bandung",
"shopTier": "Power Merchant",
"priceText": "Rp450.000",
"priceNumber": 450000,
"originalPrice": 450000,
"discountPercentage": 0,
"badgeTitle": "Official Store",
"labelGroups": "",
"categoryId": "12",
"categoryName": "Computers",
"categoryBreadcrumb": "Computers / Accessories / Keyboard",
"rating": "5.0",
"stockSkuId": "K-TKL-02"
}
]

Disclaimer

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