![๐ดUber Eats Scraper [PPR] avatar](https://images.apifyusercontent.com/ykFVd357QmY_QibZ6uZN0e2akovcyShvXAIQki1sw6Q/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vbnJRZVVKUGJlSkxWVnNYUEgvNEluWnUzcDBTdDc3cmoxTngtc01Ha0xwSDZXTUlhejFIejctdWJlci1lYXRzLWxvZ28tMS0zMDB4MzAwLnBuZw.webp)
๐ดUber Eats Scraper [PPR]
Pay $5.00 for 1,000 Restaurants
![๐ดUber Eats Scraper [PPR]](https://images.apifyusercontent.com/ykFVd357QmY_QibZ6uZN0e2akovcyShvXAIQki1sw6Q/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vbnJRZVVKUGJlSkxWVnNYUEgvNEluWnUzcDBTdDc3cmoxTngtc01Ha0xwSDZXTUlhejFIejctdWJlci1lYXRzLWxvZ28tMS0zMDB4MzAwLnBuZw.webp)
๐ดUber Eats Scraper [PPR]
Pay $5.00 for 1,000 Restaurants
Pay per result - Fast and cost-effective Uber Eats Scraper requiring just a search query and location. Instantly retrieve comprehensive restaurant data, including names, phone, ratings, locations, and menus. Seamlessly integrates, offering a highly efficient data solution.
You can access the ๐ดUber Eats Scraper [PPR] 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": "TuFKKSgdhVte4kRnJ"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/borderline~uber-eats-scraper-ppr/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-borderline-uber-eats-scraper-ppr",
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/borderline~uber-eats-scraper-ppr/runs": {
50 "post": {
51 "operationId": "runs-sync-borderline-uber-eats-scraper-ppr",
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/borderline~uber-eats-scraper-ppr/run-sync": {
93 "post": {
94 "operationId": "run-sync-borderline-uber-eats-scraper-ppr",
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 "address"
136 ],
137 "properties": {
138 "query": {
139 "title": "๐ Search query",
140 "type": "string",
141 "description": "Query to search for. (ex: McDonald's, pizza, etc...)"
142 },
143 "address": {
144 "title": "๐ Delivery address",
145 "type": "string",
146 "description": "Delivery address to search in. (ex: Address, City, Zip Code, etc...)"
147 },
148 "locale": {
149 "title": "๐บ๏ธ Locale",
150 "enum": [
151 "en-US",
152 "es-GT",
153 "es-CL",
154 "en-CA",
155 "en-ZA",
156 "es-EC",
157 "it-CH",
158 "en-CH",
159 "en-AU",
160 "en-GB",
161 "es-CR",
162 "fr-CA",
163 "es-ES",
164 "en-PL",
165 "en-SV",
166 "pt-PT",
167 "en-IE",
168 "en-LK",
169 "en-BE",
170 "en-NZ",
171 "es-PA",
172 "en-JP",
173 "pl-PL",
174 "sv-SE",
175 "fr-BE",
176 "fr-FR",
177 "en-NL",
178 "en-IT",
179 "es-DO",
180 "en-TW",
181 "ja-JP",
182 "en-FR",
183 "it-IT",
184 "en-EC",
185 "en-MX",
186 "en-CR",
187 "en-PT",
188 "en-DO",
189 "en-ES",
190 "en-SE",
191 "en-CL",
192 "en-GT",
193 "en-KE",
194 "de-CH",
195 "es-SV",
196 "nl-BE",
197 "de-DE",
198 "fr-CH",
199 "en-PA",
200 "zh-TW",
201 "nl-NL",
202 "es-MX",
203 "en-DE",
204 "fr-LU",
205 "de-LU"
206 ],
207 "type": "string",
208 "description": "Select locale (default is en-US). Choose a locale to specify the language and region for search results. For example, en-US for United States English or es-ES for Spain Spanish."
209 }
210 }
211 },
212 "runsResponseSchema": {
213 "type": "object",
214 "properties": {
215 "data": {
216 "type": "object",
217 "properties": {
218 "id": {
219 "type": "string"
220 },
221 "actId": {
222 "type": "string"
223 },
224 "userId": {
225 "type": "string"
226 },
227 "startedAt": {
228 "type": "string",
229 "format": "date-time",
230 "example": "2025-01-08T00:00:00.000Z"
231 },
232 "finishedAt": {
233 "type": "string",
234 "format": "date-time",
235 "example": "2025-01-08T00:00:00.000Z"
236 },
237 "status": {
238 "type": "string",
239 "example": "READY"
240 },
241 "meta": {
242 "type": "object",
243 "properties": {
244 "origin": {
245 "type": "string",
246 "example": "API"
247 },
248 "userAgent": {
249 "type": "string"
250 }
251 }
252 },
253 "stats": {
254 "type": "object",
255 "properties": {
256 "inputBodyLen": {
257 "type": "integer",
258 "example": 2000
259 },
260 "rebootCount": {
261 "type": "integer",
262 "example": 0
263 },
264 "restartCount": {
265 "type": "integer",
266 "example": 0
267 },
268 "resurrectCount": {
269 "type": "integer",
270 "example": 0
271 },
272 "computeUnits": {
273 "type": "integer",
274 "example": 0
275 }
276 }
277 },
278 "options": {
279 "type": "object",
280 "properties": {
281 "build": {
282 "type": "string",
283 "example": "latest"
284 },
285 "timeoutSecs": {
286 "type": "integer",
287 "example": 300
288 },
289 "memoryMbytes": {
290 "type": "integer",
291 "example": 1024
292 },
293 "diskMbytes": {
294 "type": "integer",
295 "example": 2048
296 }
297 }
298 },
299 "buildId": {
300 "type": "string"
301 },
302 "defaultKeyValueStoreId": {
303 "type": "string"
304 },
305 "defaultDatasetId": {
306 "type": "string"
307 },
308 "defaultRequestQueueId": {
309 "type": "string"
310 },
311 "buildNumber": {
312 "type": "string",
313 "example": "1.0.0"
314 },
315 "containerUrl": {
316 "type": "string"
317 },
318 "usage": {
319 "type": "object",
320 "properties": {
321 "ACTOR_COMPUTE_UNITS": {
322 "type": "integer",
323 "example": 0
324 },
325 "DATASET_READS": {
326 "type": "integer",
327 "example": 0
328 },
329 "DATASET_WRITES": {
330 "type": "integer",
331 "example": 0
332 },
333 "KEY_VALUE_STORE_READS": {
334 "type": "integer",
335 "example": 0
336 },
337 "KEY_VALUE_STORE_WRITES": {
338 "type": "integer",
339 "example": 1
340 },
341 "KEY_VALUE_STORE_LISTS": {
342 "type": "integer",
343 "example": 0
344 },
345 "REQUEST_QUEUE_READS": {
346 "type": "integer",
347 "example": 0
348 },
349 "REQUEST_QUEUE_WRITES": {
350 "type": "integer",
351 "example": 0
352 },
353 "DATA_TRANSFER_INTERNAL_GBYTES": {
354 "type": "integer",
355 "example": 0
356 },
357 "DATA_TRANSFER_EXTERNAL_GBYTES": {
358 "type": "integer",
359 "example": 0
360 },
361 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
362 "type": "integer",
363 "example": 0
364 },
365 "PROXY_SERPS": {
366 "type": "integer",
367 "example": 0
368 }
369 }
370 },
371 "usageTotalUsd": {
372 "type": "number",
373 "example": 0.00005
374 },
375 "usageUsd": {
376 "type": "object",
377 "properties": {
378 "ACTOR_COMPUTE_UNITS": {
379 "type": "integer",
380 "example": 0
381 },
382 "DATASET_READS": {
383 "type": "integer",
384 "example": 0
385 },
386 "DATASET_WRITES": {
387 "type": "integer",
388 "example": 0
389 },
390 "KEY_VALUE_STORE_READS": {
391 "type": "integer",
392 "example": 0
393 },
394 "KEY_VALUE_STORE_WRITES": {
395 "type": "number",
396 "example": 0.00005
397 },
398 "KEY_VALUE_STORE_LISTS": {
399 "type": "integer",
400 "example": 0
401 },
402 "REQUEST_QUEUE_READS": {
403 "type": "integer",
404 "example": 0
405 },
406 "REQUEST_QUEUE_WRITES": {
407 "type": "integer",
408 "example": 0
409 },
410 "DATA_TRANSFER_INTERNAL_GBYTES": {
411 "type": "integer",
412 "example": 0
413 },
414 "DATA_TRANSFER_EXTERNAL_GBYTES": {
415 "type": "integer",
416 "example": 0
417 },
418 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
419 "type": "integer",
420 "example": 0
421 },
422 "PROXY_SERPS": {
423 "type": "integer",
424 "example": 0
425 }
426 }
427 }
428 }
429 }
430 }
431 }
432 }
433 }
434}
๐ดUber Eats Scraper [PPR] 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 ๐ดUber Eats Scraper [PPR] 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:
Actor Metrics
8 monthly users
-
2 bookmarks
>99% runs succeeded
Created in Jan 2025
Modified 11 hours ago