Every API, one clean contract.
153 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
13 APIsE-commerce & Marketplaces
31 APIsReal Estate
10 APIsJobs & Hiring
12 APIsTravel & Lodging
7 APIsSearch & SEO
4 APIsFinance & Data
5 APIsMedia, Film & Knowledge
20 APIsUtilities & AI
19 APIsClassifieds & Second-hand
4 APIsDeveloper Tools
18 APIsTokopedia API scraper
livepost/tokopedia/v1/search1 creditSearch Tokopedia products by keyword with optional price / condition / rating filters and sort. Returns up to 20 products per page (product_id, name, url, price in IDR, rating, sold count, category, shop) with page-based pagination.
{
"q": "laptop"
}Try in playground →post/tokopedia/v1/detail1 creditFull product detail by product_id (or product url): price, slashed/original price, discount, active campaign, stock, min/max order, weight, rating, review/view/talk counts, sold count, full description, spec rows, category breadcrumb, image gallery, variants and the seller shop.
post/tokopedia/v1/shop1 creditStore/shop profile by shop domain (the tokopedia.com/<shop> handle): name, description, open-since, follower count, active product count, total products sold, successful transactions, location, avatar and cover.
{
"shop": "unitechofficial"
}Try in playground →post/tokopedia/v1/shop_products1 creditPaginated product catalog of one shop by shop domain. Returns up to 20 products per page (same shape as search) plus the shop's total product count. Page through every product a store sells.
{
"shop": "unitechofficial"
}Try in playground →post/tokopedia/v1/reviews1 creditPaginated public product reviews by product_id (or url): star rating, review text, variant bought, relative date, reviewer handle, photos/videos, likes and the seller's reply. 20 reviews per page — page with `page`; meta.total / meta.has_more tell you how many.
Social Media
10 APIs