Skip to documentation
Browse documentation

Products Search

Search Asda Groceries UK products by keyword, with store-aware stock boosting and normalized price, rating, GTIN, and taxonomy fields.

Capability ID asda.products.search
Cost 1 credit per request
Maximum runtime 30 seconds
View raw Get an API key

POST /execute Shared execution endpoint

Input parameters

FieldTypeRequiredDescription
hits_per_page integer Optional
page integer Optional 1-based results page
query string Required
store_id string Optional Asda store id used for stock boosting and in_stock flags

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
items array 3 items
items array 3 items
page object 5 fields
page.algolia_page integer 0
page.hits_per_page integer 5
page.nb_hits integer 409
page.nb_pages integer 82
page.page integer 1
raw object 15 fields
raw.exhaustive object 2 fields
raw.exhaustiveNbHits boolean true
raw.exhaustiveTypo boolean true
raw.extensions object 1 fields
raw.hits array 3 items
raw.hitsPerPage integer 5
raw.nbHits integer 409
raw.nbPages integer 82
raw.page integer 0
raw.params string attributesToRetrieve=%5B%22STATUS%22%2C%22BRAND%22%2C%22CIN%22%2C%22NAM…
raw.processingTimeMS integer 3
raw.processingTimingsMS object 4 fields
raw.query string milk
raw.renderingContent object 0 fields
raw.serverTimeMS integer 4

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.

Resources