Asda
Integuru generates a production-ready HTTP API for Asda, the UK grocery retailer. The integration covers 1 action for keyword-based product search with pagination, carrying richer docs, enabling e-commerce and retail tech teams to query Asda's product catalog programmatically.
Last reviewed: July 2026
Overview
Integuru's Asda integration provides production-ready HTTP API access to Asda, the UK grocery retailer at asda.com, covering 1 action: search_products. The action accepts a required keyword and optional page (zero-indexed) and hits_per_page parameters. It carries richer documentation. Integuru connects via direct HTTP requests rather than browser automation, so calls complete in under 3 seconds with a 99.9%+ success rate.
No public developer API. Asda does not expose an official developer API for product catalog search. Retail tech teams and e-commerce integrators that need programmatic access to Asda's product data have had to rely on scraping or manual lookups.
Retail tech and e-commerce teams use search_products to query Asda's product catalog by keyword and page through results. Browse the full integrations catalogue to see other retail and e-commerce integrations, including Bunnings and Shopline.
Use Cases
Integuru's Asda integration covers the product search workflow that retail tech teams need to automate.
- Keyword product search: Call
search_productswith a requiredkeywordstring to retrieve matching products from the Asda catalog. - Paginated results: Pass
page(zero-indexed integer) andhits_per_pageto control pagination and result set size when iterating through large result sets.
Setup Notes
Integuru's Asda integration authenticates against https://www.asda.com/. Configure credentials once during Integuru setup; Integuru handles session management automatically.
search_products requires keyword. The page parameter is zero-indexed (first page = 0). hits_per_page controls the result count per page. Richer documentation is available via the Integuru dashboard after setup.