Yellow Pages AU Scraper avatar
Yellow Pages AU Scraper

Pricing

$30.00/month + usage

Go to Store
Yellow Pages AU Scraper

Yellow Pages AU Scraper

jupri/yellowpages-au

Developed by

cat

Maintained by Community

Scrape data from Yellowpages Australia

3.0 (1)

Pricing

$30.00/month + usage

4

Monthly users

18

Runs succeeded

87%

Last modified

9 months ago

You can access the Yellow Pages AU Scraper programmatically from your own applications by using the Apify API. You can also 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.1",
5    "x-build-id": "NkD67ztxncfbUpgyA"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~yellowpages-au/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-yellowpages-au",
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~yellowpages-au/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-yellowpages-au",
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~yellowpages-au/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-yellowpages-au",
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          "keywords"
135        ],
136        "properties": {
137          "location": {
138            "title": "Location",
139            "type": "string",
140            "description": "Suburb or Post-Code"
141          },
142          "keywords": {
143            "title": "Keywords",
144            "type": "string",
145            "description": "Business keywords"
146          },
147          "local": {
148            "title": "Local Business",
149            "type": "boolean",
150            "description": ""
151          },
152          "popular": {
153            "title": "Popular",
154            "type": "boolean",
155            "description": ""
156          },
157          "open_now": {
158            "title": "Now Open",
159            "type": "boolean",
160            "description": ""
161          },
162          "limit": {
163            "title": "Limit",
164            "type": "integer",
165            "description": "Limit search (max=1000)",
166            "default": 5
167          },
168          "dev_custom_headers": {
169            "title": "📜 HTTP HEADERS",
170            "type": "array",
171            "description": "💡 Additional HTTP Headers",
172            "items": {
173              "type": "object",
174              "required": [
175                "key",
176                "value"
177              ],
178              "properties": {
179                "key": {
180                  "type": "string",
181                  "title": "Key"
182                },
183                "value": {
184                  "type": "string",
185                  "title": "Value"
186                }
187              }
188            }
189          },
190          "dev_custom_cookies": {
191            "title": "🍪 HTTP COOKIES",
192            "type": "array",
193            "description": "💡 Additional HTTP Cookies",
194            "items": {
195              "type": "object",
196              "required": [
197                "key",
198                "value"
199              ],
200              "properties": {
201                "key": {
202                  "type": "string",
203                  "title": "Key"
204                },
205                "value": {
206                  "type": "string",
207                  "title": "Value"
208                }
209              }
210            }
211          },
212          "dev_transform_fields": {
213            "title": "♻️ CUSTOM FIELD",
214            "type": "array",
215            "description": "💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>",
216            "items": {
217              "type": "object",
218              "required": [
219                "key",
220                "value"
221              ],
222              "properties": {
223                "key": {
224                  "type": "string",
225                  "title": "Key"
226                },
227                "value": {
228                  "type": "string",
229                  "title": "Value"
230                }
231              }
232            }
233          },
234          "dev_dataset_name": {
235            "title": "📁 CUSTOM STORAGE",
236            "type": "string",
237            "description": "💡 <b>Save results into custom named Dataset, 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>"
238          },
239          "dev_dataset_clear": {
240            "title": "Clear Storage",
241            "type": "boolean",
242            "description": "Clear Dataset before insert/update."
243          },
244          "dev_no_strip": {
245            "title": "Disable data cleansing",
246            "type": "boolean",
247            "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
248          }
249        }
250      },
251      "runsResponseSchema": {
252        "type": "object",
253        "properties": {
254          "data": {
255            "type": "object",
256            "properties": {
257              "id": {
258                "type": "string"
259              },
260              "actId": {
261                "type": "string"
262              },
263              "userId": {
264                "type": "string"
265              },
266              "startedAt": {
267                "type": "string",
268                "format": "date-time",
269                "example": "2025-01-08T00:00:00.000Z"
270              },
271              "finishedAt": {
272                "type": "string",
273                "format": "date-time",
274                "example": "2025-01-08T00:00:00.000Z"
275              },
276              "status": {
277                "type": "string",
278                "example": "READY"
279              },
280              "meta": {
281                "type": "object",
282                "properties": {
283                  "origin": {
284                    "type": "string",
285                    "example": "API"
286                  },
287                  "userAgent": {
288                    "type": "string"
289                  }
290                }
291              },
292              "stats": {
293                "type": "object",
294                "properties": {
295                  "inputBodyLen": {
296                    "type": "integer",
297                    "example": 2000
298                  },
299                  "rebootCount": {
300                    "type": "integer",
301                    "example": 0
302                  },
303                  "restartCount": {
304                    "type": "integer",
305                    "example": 0
306                  },
307                  "resurrectCount": {
308                    "type": "integer",
309                    "example": 0
310                  },
311                  "computeUnits": {
312                    "type": "integer",
313                    "example": 0
314                  }
315                }
316              },
317              "options": {
318                "type": "object",
319                "properties": {
320                  "build": {
321                    "type": "string",
322                    "example": "latest"
323                  },
324                  "timeoutSecs": {
325                    "type": "integer",
326                    "example": 300
327                  },
328                  "memoryMbytes": {
329                    "type": "integer",
330                    "example": 1024
331                  },
332                  "diskMbytes": {
333                    "type": "integer",
334                    "example": 2048
335                  }
336                }
337              },
338              "buildId": {
339                "type": "string"
340              },
341              "defaultKeyValueStoreId": {
342                "type": "string"
343              },
344              "defaultDatasetId": {
345                "type": "string"
346              },
347              "defaultRequestQueueId": {
348                "type": "string"
349              },
350              "buildNumber": {
351                "type": "string",
352                "example": "1.0.0"
353              },
354              "containerUrl": {
355                "type": "string"
356              },
357              "usage": {
358                "type": "object",
359                "properties": {
360                  "ACTOR_COMPUTE_UNITS": {
361                    "type": "integer",
362                    "example": 0
363                  },
364                  "DATASET_READS": {
365                    "type": "integer",
366                    "example": 0
367                  },
368                  "DATASET_WRITES": {
369                    "type": "integer",
370                    "example": 0
371                  },
372                  "KEY_VALUE_STORE_READS": {
373                    "type": "integer",
374                    "example": 0
375                  },
376                  "KEY_VALUE_STORE_WRITES": {
377                    "type": "integer",
378                    "example": 1
379                  },
380                  "KEY_VALUE_STORE_LISTS": {
381                    "type": "integer",
382                    "example": 0
383                  },
384                  "REQUEST_QUEUE_READS": {
385                    "type": "integer",
386                    "example": 0
387                  },
388                  "REQUEST_QUEUE_WRITES": {
389                    "type": "integer",
390                    "example": 0
391                  },
392                  "DATA_TRANSFER_INTERNAL_GBYTES": {
393                    "type": "integer",
394                    "example": 0
395                  },
396                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
397                    "type": "integer",
398                    "example": 0
399                  },
400                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
401                    "type": "integer",
402                    "example": 0
403                  },
404                  "PROXY_SERPS": {
405                    "type": "integer",
406                    "example": 0
407                  }
408                }
409              },
410              "usageTotalUsd": {
411                "type": "number",
412                "example": 0.00005
413              },
414              "usageUsd": {
415                "type": "object",
416                "properties": {
417                  "ACTOR_COMPUTE_UNITS": {
418                    "type": "integer",
419                    "example": 0
420                  },
421                  "DATASET_READS": {
422                    "type": "integer",
423                    "example": 0
424                  },
425                  "DATASET_WRITES": {
426                    "type": "integer",
427                    "example": 0
428                  },
429                  "KEY_VALUE_STORE_READS": {
430                    "type": "integer",
431                    "example": 0
432                  },
433                  "KEY_VALUE_STORE_WRITES": {
434                    "type": "number",
435                    "example": 0.00005
436                  },
437                  "KEY_VALUE_STORE_LISTS": {
438                    "type": "integer",
439                    "example": 0
440                  },
441                  "REQUEST_QUEUE_READS": {
442                    "type": "integer",
443                    "example": 0
444                  },
445                  "REQUEST_QUEUE_WRITES": {
446                    "type": "integer",
447                    "example": 0
448                  },
449                  "DATA_TRANSFER_INTERNAL_GBYTES": {
450                    "type": "integer",
451                    "example": 0
452                  },
453                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
454                    "type": "integer",
455                    "example": 0
456                  },
457                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
458                    "type": "integer",
459                    "example": 0
460                  },
461                  "PROXY_SERPS": {
462                    "type": "integer",
463                    "example": 0
464                  }
465                }
466              }
467            }
468          }
469        }
470      }
471    }
472  }
473}

YellowPages AU 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 Yellow Pages AU 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:

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

7 days

Price

$30.00