ASDA Grocery Scraper avatar

ASDA Grocery Scraper

Try for free

7 days trial then $30.00/month - No credit card required now

Go to Store
ASDA Grocery Scraper

ASDA Grocery Scraper

jupri/asda-scraper
Try for free

7 days trial then $30.00/month - No credit card required now

Scrape ASDA.com Groceries

You can access the ASDA Grocery Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.0",
5    "x-build-id": "UCE5BfjUkEN8QtB3G"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~asda-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-asda-scraper",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/jupri~asda-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-asda-scraper",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/jupri~asda-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-asda-scraper",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "required": [
134          "query"
135        ],
136        "properties": {
137          "query": {
138            "title": "Query",
139            "type": "string",
140            "description": "Search keyword for ingredients"
141          },
142          "brand": {
143            "title": "Brand",
144            "type": "string",
145            "description": "Brand"
146          },
147          "facets": {
148            "title": "Show Facets",
149            "type": "boolean",
150            "description": "Print facets informations in Log"
151          },
152          "limit": {
153            "title": "Limit",
154            "type": "integer",
155            "description": "Limit number of results"
156          },
157          "sort": {
158            "title": "Sorting",
159            "enum": [
160              "relevance",
161              "price",
162              "sugar",
163              "salt",
164              "fat",
165              "carbohydrate",
166              "protein",
167              "fibre",
168              "energy",
169              "saturatedfat"
170            ],
171            "type": "string",
172            "description": "Sorting key"
173          },
174          "order": {
175            "title": "Order",
176            "enum": [
177              "asc",
178              "desc"
179            ],
180            "type": "string",
181            "description": "Sorting order"
182          },
183          "dietary": {
184            "title": "Dietary",
185            "type": "string",
186            "description": ""
187          },
188          "category": {
189            "title": "Category",
190            "enum": [
191              "Baby, Toddler & Kids",
192              "Bakery",
193              "Beer, Wine & Spirits",
194              "Better For You",
195              "Big Night In",
196              "Chilled Food",
197              "Drinks",
198              "Eid Mubarak",
199              "Extra Special",
200              "Food Cupboard",
201              "Free From...",
202              "Frozen Food",
203              "Fruit, Veg & Flowers",
204              "Health & Wellness",
205              "Home & Entertainment",
206              "Laundry & Household",
207              "Meat, Poultry & Fish",
208              "Organic",
209              "Pet Food & Accessories",
210              "Price Locked",
211              "Price Match",
212              "Summer",
213              "Toiletries & Beauty",
214              "Vegan & Plant Based",
215              "World & Local Food"
216            ],
217            "type": "string",
218            "description": "Category"
219          },
220          "dev_proxy_config": {
221            "title": "🌐 PROXY NETWORKING",
222            "type": "object",
223            "description": "<b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b><a href=https://scrapeops.io/app/register/main target=_blank>ScrapeOps.IO</a></b><br><code>scrapeops://{api-key}</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>"
224          },
225          "dev_custom_headers": {
226            "title": "📜 HTTP HEADERS",
227            "type": "array",
228            "description": "💡 Additional HTTP Headers",
229            "items": {
230              "type": "object",
231              "required": [
232                "key",
233                "value"
234              ],
235              "properties": {
236                "key": {
237                  "type": "string",
238                  "title": "Key"
239                },
240                "value": {
241                  "type": "string",
242                  "title": "Value"
243                }
244              }
245            }
246          },
247          "dev_custom_cookies": {
248            "title": "🍪 HTTP COOKIES",
249            "type": "array",
250            "description": "💡 Additional HTTP Cookies",
251            "items": {
252              "type": "object",
253              "required": [
254                "key",
255                "value"
256              ],
257              "properties": {
258                "key": {
259                  "type": "string",
260                  "title": "Key"
261                },
262                "value": {
263                  "type": "string",
264                  "title": "Value"
265                }
266              }
267            }
268          },
269          "dev_no_strip": {
270            "title": "Disable data cleansing",
271            "type": "boolean",
272            "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
273          },
274          "dev_transform_enable": {
275            "title": "Enable Custom Fields",
276            "type": "boolean",
277            "description": ""
278          },
279          "dev_transform_fields": {
280            "title": "Fields List",
281            "type": "array",
282            "description": "",
283            "items": {
284              "type": "object",
285              "required": [
286                "key",
287                "value"
288              ],
289              "properties": {
290                "key": {
291                  "type": "string",
292                  "title": "Key"
293                },
294                "value": {
295                  "type": "string",
296                  "title": "Value"
297                }
298              }
299            }
300          },
301          "dev_dataset_enable": {
302            "title": "Enable Custom Storage",
303            "type": "boolean",
304            "description": ""
305          },
306          "dev_dataset_clear": {
307            "title": "Clear Storage",
308            "type": "boolean",
309            "description": "Clear Dataset before insert/update."
310          },
311          "dev_dataset_name": {
312            "title": "Dataset Name",
313            "type": "string",
314            "description": "💡 <b>Use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
315          }
316        }
317      },
318      "runsResponseSchema": {
319        "type": "object",
320        "properties": {
321          "data": {
322            "type": "object",
323            "properties": {
324              "id": {
325                "type": "string"
326              },
327              "actId": {
328                "type": "string"
329              },
330              "userId": {
331                "type": "string"
332              },
333              "startedAt": {
334                "type": "string",
335                "format": "date-time",
336                "example": "2025-01-08T00:00:00.000Z"
337              },
338              "finishedAt": {
339                "type": "string",
340                "format": "date-time",
341                "example": "2025-01-08T00:00:00.000Z"
342              },
343              "status": {
344                "type": "string",
345                "example": "READY"
346              },
347              "meta": {
348                "type": "object",
349                "properties": {
350                  "origin": {
351                    "type": "string",
352                    "example": "API"
353                  },
354                  "userAgent": {
355                    "type": "string"
356                  }
357                }
358              },
359              "stats": {
360                "type": "object",
361                "properties": {
362                  "inputBodyLen": {
363                    "type": "integer",
364                    "example": 2000
365                  },
366                  "rebootCount": {
367                    "type": "integer",
368                    "example": 0
369                  },
370                  "restartCount": {
371                    "type": "integer",
372                    "example": 0
373                  },
374                  "resurrectCount": {
375                    "type": "integer",
376                    "example": 0
377                  },
378                  "computeUnits": {
379                    "type": "integer",
380                    "example": 0
381                  }
382                }
383              },
384              "options": {
385                "type": "object",
386                "properties": {
387                  "build": {
388                    "type": "string",
389                    "example": "latest"
390                  },
391                  "timeoutSecs": {
392                    "type": "integer",
393                    "example": 300
394                  },
395                  "memoryMbytes": {
396                    "type": "integer",
397                    "example": 1024
398                  },
399                  "diskMbytes": {
400                    "type": "integer",
401                    "example": 2048
402                  }
403                }
404              },
405              "buildId": {
406                "type": "string"
407              },
408              "defaultKeyValueStoreId": {
409                "type": "string"
410              },
411              "defaultDatasetId": {
412                "type": "string"
413              },
414              "defaultRequestQueueId": {
415                "type": "string"
416              },
417              "buildNumber": {
418                "type": "string",
419                "example": "1.0.0"
420              },
421              "containerUrl": {
422                "type": "string"
423              },
424              "usage": {
425                "type": "object",
426                "properties": {
427                  "ACTOR_COMPUTE_UNITS": {
428                    "type": "integer",
429                    "example": 0
430                  },
431                  "DATASET_READS": {
432                    "type": "integer",
433                    "example": 0
434                  },
435                  "DATASET_WRITES": {
436                    "type": "integer",
437                    "example": 0
438                  },
439                  "KEY_VALUE_STORE_READS": {
440                    "type": "integer",
441                    "example": 0
442                  },
443                  "KEY_VALUE_STORE_WRITES": {
444                    "type": "integer",
445                    "example": 1
446                  },
447                  "KEY_VALUE_STORE_LISTS": {
448                    "type": "integer",
449                    "example": 0
450                  },
451                  "REQUEST_QUEUE_READS": {
452                    "type": "integer",
453                    "example": 0
454                  },
455                  "REQUEST_QUEUE_WRITES": {
456                    "type": "integer",
457                    "example": 0
458                  },
459                  "DATA_TRANSFER_INTERNAL_GBYTES": {
460                    "type": "integer",
461                    "example": 0
462                  },
463                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
464                    "type": "integer",
465                    "example": 0
466                  },
467                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
468                    "type": "integer",
469                    "example": 0
470                  },
471                  "PROXY_SERPS": {
472                    "type": "integer",
473                    "example": 0
474                  }
475                }
476              },
477              "usageTotalUsd": {
478                "type": "number",
479                "example": 0.00005
480              },
481              "usageUsd": {
482                "type": "object",
483                "properties": {
484                  "ACTOR_COMPUTE_UNITS": {
485                    "type": "integer",
486                    "example": 0
487                  },
488                  "DATASET_READS": {
489                    "type": "integer",
490                    "example": 0
491                  },
492                  "DATASET_WRITES": {
493                    "type": "integer",
494                    "example": 0
495                  },
496                  "KEY_VALUE_STORE_READS": {
497                    "type": "integer",
498                    "example": 0
499                  },
500                  "KEY_VALUE_STORE_WRITES": {
501                    "type": "number",
502                    "example": 0.00005
503                  },
504                  "KEY_VALUE_STORE_LISTS": {
505                    "type": "integer",
506                    "example": 0
507                  },
508                  "REQUEST_QUEUE_READS": {
509                    "type": "integer",
510                    "example": 0
511                  },
512                  "REQUEST_QUEUE_WRITES": {
513                    "type": "integer",
514                    "example": 0
515                  },
516                  "DATA_TRANSFER_INTERNAL_GBYTES": {
517                    "type": "integer",
518                    "example": 0
519                  },
520                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
521                    "type": "integer",
522                    "example": 0
523                  },
524                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
525                    "type": "integer",
526                    "example": 0
527                  },
528                  "PROXY_SERPS": {
529                    "type": "integer",
530                    "example": 0
531                  }
532                }
533              }
534            }
535          }
536        }
537      }
538    }
539  }
540}

ASDA.com Grocery Scraper OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for ASDA Grocery Scraper from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Developer
Maintained by Community

Actor Metrics

  • 3 monthly users

  • 2 bookmarks

  • >99% runs succeeded

  • Created in Sep 2022

  • Modified a year ago

Categories