Warehouse-club price monitoring
Sam's Clubエンドポイントを使えば、「Warehouse-club price monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn a Sam's Club product page into structured warehouse-club data — pricing, availability, category breadcrumb, images, aggregate rating and review count, and the club's own item number, all as normalized JSON. Credential-free. Scoped to product detail only; Sam's Club's own robots.txt disallows search crawling.
Get a Sam's Club product's full detail — pricing, availability, images, and aggregate rating — as structured JSON.
エンドポイントファミリー
4
ドキュメント化されたパラメータ
10
サンプル数
0
ライブカタログスナップショット
稼働エンドポイント
5
メソッド
GET
必須パラメータ
9
スキーマ参照
5
{
"platform": "Sam's Club",
"endpoint": "samsclub-product",
"method": "GET",
"path": "/samsclub/product/{id}",
"auth": "apiKey"
}ユースケース
Get a Sam's Club product's full detail — pricing, availability, images, and aggregate rating — as structured JSON.
Sam's Clubエンドポイントを使えば、「Warehouse-club price monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Sam's Clubエンドポイントを使えば、「Availability and stock tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Sam's Clubエンドポイントを使えば、「Product catalog enrichment」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/samsclub/product/{id}
/samsclub/category
/samsclub/content/{id}
/samsclub/departments
エンドポイントカタログ
/samsclub/product/{id}Returns one Sam's Club product's full detail: name, brand, description, category breadcrumb, pricing, availability, images, aggregate rating and review count, and the club's own item number. id is the numeric product id from a Sam's Club product page's /ip/ URL.
/samsclub/categoryReturns a Sam's Club category or collection page's product grid, with real page-based pagination. id accepts a bare numeric category id (from a nav link's /browse/{id} URL) or a full /browse/{slug}/{id} URL copied from samsclub.com -- only the trailing id is used. Returns normalized products with name, brand, pricing, availability, rating, and image. An id samsclub.com does not recognize returns a genuine zero-result response rather than an error, matching upstream's own behavior.
/samsclub/content/{id}Returns one Sam's Club curated content/landing page (e.g. a seasonal savings hub or a "New Arrivals" page) -- distinct data from GET /samsclub/category's flat, paginated product grid. id accepts a bare numeric content page id (from a nav link's /cp/{id} URL) or a full /cp/{slug}/{id} URL copied from samsclub.com -- only the trailing id is used. Returns a title, breadcrumb, named curated product shelves, and a category-navigation tile grid. There is no pagination -- a content page's shelves are a fixed, hand-curated set. An id samsclub.com does not recognize returns a 404, unlike GET /samsclub/category's zero-result response for the same situation.
/samsclub/departmentsReturns Sam's Club's full department/category taxonomy, as shown on its own "All Departments" page: every top-level department with its own subcategory list. Each link's type is "browse" (pairs directly with GET /samsclub/category), "cp" (a content/landing page that does not reliably carry a product grid), or empty (an unrecognized link shape).
/samsclub/product/{id}/relatedReturns the related-item carousels shown on a Sam's Club product page, each a named shelf (e.g. "Members also considered", "Items you may like") of normalized products with pricing, rating, and image. id is the numeric product id from a Sam's Club product page's /ip/ URL. This upstream source does not distinguish an unrecognized id from a known one -- an unrecognized id still returns generic fallback shelves rather than an error.
関連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.
Sam's Clubのスクレイピング方法
Crawlora's Sam's Club endpoint returns product detail as normalized JSON with one API key — no Sam's Club account required.
Pass the numeric product id (from a product page's /ip/{slug}/{id} URL) to /samsclub/product/{id} for full detail — brand, description, category breadcrumb, pricing, availability, images, aggregate rating with review count, and the club's own item number.
FAQ
No — this platform is scoped to product detail only. Sam's Club's own robots.txt disallows crawling its search results, so no /samsclub/search endpoint is offered.
Take the numeric id from the product's own /ip/{slug}/{id} URL and pass it to /samsclub/product/{id}.
/samsclub/product/{id} returns the aggregate rating and review count — individual review text is not available from this endpoint.