UK pharmacy and beauty catalog monitoring
Bootsエンドポイントを使えば、「UK pharmacy and beauty catalog monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn Boots UK — the country's largest pharmacy, health, and beauty retailer — into structured JSON: keyword and category search with dynamic facets, price and stock filtering, and search-box suggestions, all with one API key.
Search Boots UK's product catalog with live facets and price/stock filters, and get search-box suggestions, as structured JSON.
エンドポイントファミリー
2
ドキュメント化されたパラメータ
12
サンプル数
0
ライブカタログスナップショット
稼働エンドポイント
2
メソッド
GET
必須パラメータ
3
スキーマ参照
2
{
"platform": "Boots",
"endpoint": "boots-search",
"method": "GET",
"path": "/boots/search",
"auth": "apiKey"
}ユースケース
Search Boots UK's product catalog with live facets and price/stock filters, and get search-box suggestions, as structured JSON.
Bootsエンドポイントを使えば、「UK pharmacy and beauty catalog monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Bootsエンドポイントを使えば、「Price and stock tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Bootsエンドポイントを使えば、「Search-term research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のBootsエンドポイントカタログから取得しています(エンドポイント2件、ドキュメント化されたリクエストパラメータ12個、公開レスポンススキーマ2件)。DocsとPlaygroundが参照しているカタログと同じものです。
Bootsのエンドポイントは2件、2つのリクエストファミリーに分類されています(Search、Suggest)。
これらのBootsエンドポイントには12個のリクエストパラメータがドキュメント化されており、うち3個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
2件のBootsエンドポイントのうち2件がドキュメント化されたレスポンススキーマを備えているため、パース処理を書く前にJSONの構造が分かります。
Bootsのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Bootsのエンドポイントは2個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/boots/search
/boots/suggest
エンドポイントカタログ
/boots/searchReturns one page of Boots UK's public product catalog, including product cards and live facets. Supply `q`, one or more hierarchical `category` keys, or both. Use repeatable `filter=facet_key:option_key` values from that response's dynamic facets, plus the dedicated price and stock controls. `sort` accepts `relevance`, `price_low_to_high`, `price_high_to_low`, `top_rated`, `best_seller`, or `newest`.
MCPツール boots_search
/boots/suggestReturns Boots UK's own public typeahead phrases for a partial product query. The suggestions are search terms only; pass one to boots-search's q parameter for product cards and live facets.
MCPツール boots_suggest
関連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.
Bootsのスクレイピング方法
Crawlora's Boots endpoints return normalized public Boots.com storefront data as JSON with one API key — no Boots account required.
Send a q keyword, one or more hierarchical category keys (from a prior response's category facet), or both to /boots/search. Add price_min, price_max, in_stock, page, page_size, and sort to narrow further, and repeat filter=facet_key:option_key for any other returned facet.
Each /boots/search response returns current facet metadata (brand, review score, colour, and more) alongside product cards — every non-special option is directly usable with filter, and category options keep their nested hierarchy in children.
Pass a partial product phrase to /boots/suggest for Boots' own public typeahead phrases, then feed a returned phrase back into /boots/search's q parameter.
FAQ
Call /boots/search with a q keyword, one or more category keys, or both — the response includes product cards, live facet metadata, and the upstream total, all with one API key.
Every returned facet (brand, colour, review score, and more) is usable with a repeated filter=facet_key:option_key parameter; category, price_min/price_max, and in_stock have their own dedicated parameters instead.
Current and regular price, per-unit price when supplied, stock and delivery/promotion messaging, Advantage Card points, basket eligibility, and whether colour or size variants exist.
No. Both endpoints read Boots' own public storefront and typeahead and require only your Crawlora API key.