2nd STREET
ベータ ドメイン: 2ndstreet.jp, www.2ndstreet.jp
Crawl Hubは掲載サイトの公式APIではなく、各サイト運営者との提携・承認を意味しません。対応状況は公開URLパターンに対するCrawl Hubの動作範囲を示します。
対応URLパターン
一覧
https://www.2ndstreet.jp/goods/detail/goodsId/2318670197165/shopsId/30790https://www.2ndstreet.jp/search?category={category_id}https://www.2ndstreet.jp/search?keyword={keyword}https://www.2ndstreet.jp/search?brand={brand_id}https://www.2ndstreet.jp/search?other={filter}
詳細
https://www.2ndstreet.jp/goods/detail/goodsId/2318670197165/shopsId/30790https://www.2ndstreet.jp/goods/detail/{item_id}https://www.2ndstreet.jp/goods/detail/goodsId/{goods_id}/shopsId/{shops_id}
対応操作
自動判定, 掲載終了確認
出力
HTML, JSON
既知の制限
- Native TLS fingerprint detail smoke passed on 2026-05-15 with current /goods/detail/goodsId/{goods_id}/shopsId/{shops_id}. Search/list still returns Akamai interstitial without browser/session and remains unresolved.
エラー時の動作
非対応URL、許可されていない操作、ポリシー制限に該当するリクエストは、内部情報を出さずにリクエストID付きの標準エラーを返します。
リクエスト例
curl -X POST https://api.crawl-hub.shian.space/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": {"status": "completed", "attempts": 1},
"cost_units": 2,
"data": {"title": "...", "price": 12800}
}
