Japanese commerce data API
Web extraction API for Japanese commerce and public-data sites
Send a URL and get normalized HTML or reviewed JSON with request IDs, quotas, and domain policy.
curl -X POST https://api.crawl-hub.com/v1/scrape \
-H "Authorization: Bearer $CRAWLHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://jp.mercari.com/item/...", "params":{"mode":"html_json", "work_type":"auto", "include_html":false}}'
{
"request_id": "req_...",
"resolved_site": "mercari",
"fetch_summary": {"capability": "supported_site_fetch", "attempts": 1},
"cost_units": 2,
"data": {"title": "...", "price": 12800}
}