Products Search
Search Asda Groceries UK products by keyword, with store-aware stock boosting and normalized price, rating, GTIN, and taxonomy fields.
asda.products.search
/execute
Shared execution endpoint
Input parameters
hits_per_page
integer
optional
Hits per page supplied for this request.
5
page
integer
optional
1-based results page
1
query
string
required
Search query.
milk
store_id
string
optional
Asda store id used for stock boosting and in_stock flags
4565
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
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.