Indonesian marketplace catalog monitoring
Tokopediaエンドポイントを使えば、「Indonesian marketplace catalog monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn Tokopedia — Indonesia's largest marketplace, part of the GoTo Group — into structured JSON: keyword search with sorting and filters, category and homepage browsing, full product detail, review-filter metadata, and search-box autocomplete, all with one API key.
Search Tokopedia's product catalog, browse categories and homepage recommendations, and get full public product detail as structured JSON.
エンドポイントファミリー
5
ドキュメント化されたパラメータ
20
サンプル数
0
ライブカタログスナップショット
稼働エンドポイント
8
メソッド
GET
必須パラメータ
15
スキーマ参照
8
{
"platform": "Tokopedia",
"endpoint": "tokopedia-search",
"method": "GET",
"path": "/tokopedia/search",
"auth": "apiKey"
}ユースケース
Search Tokopedia's product catalog, browse categories and homepage recommendations, and get full public product detail as structured JSON.
Tokopediaエンドポイントを使えば、「Indonesian marketplace catalog monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Tokopediaエンドポイントを使えば、「Price and assortment tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Tokopediaエンドポイントを使えば、「Search and homepage merchandising research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のTokopediaエンドポイントカタログから取得しています(エンドポイント8件、ドキュメント化されたリクエストパラメータ20個、公開レスポンススキーマ8件)。DocsとPlaygroundが参照しているカタログと同じものです。
Tokopediaのエンドポイントは8件、5つのリクエストファミリーに分類されています(Home、Product、Searchほか2件)。
これらのTokopediaエンドポイントには20個のリクエストパラメータがドキュメント化されており、うち15個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
8件のTokopediaエンドポイントのうち8件がドキュメント化されたレスポンススキーマを備えているため、パース処理を書く前にJSONの構造が分かります。
Tokopediaのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Tokopediaのエンドポイントは8個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/tokopedia/home/tabs
/tokopedia/product
/tokopedia/search
/tokopedia/autocomplete
/tokopedia/category
エンドポイントカタログ
/tokopedia/searchReturns public Tokopedia product cards for a keyword from Tokopedia's public product-search operation. `sort` accepts `3` (lowest price), `4` (highest price), `5` (most reviewed), `9` (newest), or `23` (most relevant). Repeat `filter` as `key:value` using values from `/tokopedia/search/filters`.
MCPツール tokopedia_search
/tokopedia/search/filtersReturns the live filter tree and supported sort choices for a Tokopedia product search. The response includes categories when the current query exposes them, store type, delivery location, price, rating, offer, condition, recency, shipping, and stock options as applicable.
MCPツール tokopedia_search_filters
/tokopedia/autocompleteReturns current public Tokopedia search suggestions for a partial keyword. Suggestions include canonical product-search URLs and are not product-search results.
MCPツール tokopedia_autocomplete
/tokopedia/categoryReturns public product cards from a canonical Tokopedia category path. `path` must begin with `/p/`; use the category page path, not a product or search URL.
MCPツール tokopedia_category
/tokopedia/home/tabsReturns the current public home-recommendation tabs. Use a returned `id` as `tab_id` with `/tokopedia/home`.
MCPツール tokopedia_home_tabs
/tokopedia/homeReturns public product-card recommendations for a current Tokopedia home tab. Omit `tab_id` for the first available tab; discover other tabs through `/tokopedia/home/tabs`.
MCPツール tokopedia_home
/tokopedia/productReturns public product detail from a canonical Tokopedia shop domain and product key. This endpoint does not accept arbitrary URLs; numeric product IDs are returned when the product page exposes them but cannot be used as lookup input.
MCPツール tokopedia_product
/tokopedia/product/review-filtersReturns which public review media, rating, and topic filters are available for a numeric product ID. It does not return review text, review media, or a review archive.
MCPツール tokopedia_product_review_filters
関連API
Marketplaces & Retail
Collect marketplace product signals from Amazon without building brittle storefront scrapers.
Marketplaces & Retail
Build resale, pricing, and marketplace workflows from structured eBay data.
Marketplaces & Retail
Turn public Shop.app product and merchant pages into structured JSON for e-commerce product intelligence, price research, shop monitoring, and marketplace discovery workflows.
Tokopediaのスクレイピング方法
Crawlora's Tokopedia endpoints return normalized public storefront data as JSON with one API key — no Tokopedia account required.
Send a required q keyword to /tokopedia/search, with optional page (1 through 5), sort (lowest/highest price, most reviewed, newest, or most relevant), and repeated filter key:value pairs. Call /tokopedia/search/filters with the same q first to discover which filter keys and values are currently live for that search.
Pass up to 100 characters of partial product text to /tokopedia/autocomplete for Tokopedia's own search-box suggestions.
Pass a canonical category path beginning with /p/ to /tokopedia/category. For homepage recommendations, call /tokopedia/home/tabs to list the current tabs, then pass a tab_id and page (1 through 5) to /tokopedia/home.
Pass the canonical shop_domain and product_key pair (as returned by search or category results) to /tokopedia/product for full public detail. Use /tokopedia/product/review-filters with a numeric product_id for that product's review-filter metadata.
FAQ
Call /tokopedia/search with a keyword for results, /tokopedia/category with a category path for a category grid, or /tokopedia/product with a shop_domain and product_key for full detail — all return structured JSON with one API key.
/tokopedia/search/filters takes the same q keyword as /tokopedia/search and returns the sort options and filter key:value pairs currently live for that search — pass those values straight back into /tokopedia/search's sort and filter parameters.
/tokopedia/product does not take a raw URL — it takes the canonical shop_domain and product_key pair, both of which /tokopedia/search and /tokopedia/category results already include for each listing.
No — /tokopedia/search, /tokopedia/search/filters, and /tokopedia/category run over a lightweight persisted-request transport with no browser rendering, while /tokopedia/product still renders through Crawlora's browser fleet, matching heavier product-detail endpoints elsewhere in the catalog.
No. Every endpoint reads Tokopedia's own public storefront and requires only your Crawlora API key.