YELP Extractor 2.0 🚧 avatar

YELP Extractor 2.0 🚧

Try for free

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

Go to Store
YELP Extractor 2.0 🚧

YELP Extractor 2.0 🚧

jupri/yelp
Try for free

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

✴️ Scrape Business data from Yelp.com

You can access the YELP Extractor 2.0 🚧 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.3",
5    "x-build-id": "NOJ9YyDyvUOvOx8eA"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~yelp/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-yelp",
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~yelp/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-yelp",
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~yelp/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-yelp",
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        "properties": {
134          "query": {
135            "title": "❓ Query",
136            "type": "string",
137            "description": "πŸ’‘ <b>Possible QUERY Values :</b><br><li>Search <code>keywords</code></li><li><code>Search URL</code></li><li>Business <code>IDs</code> separated by spaces, comma or breaklines.</li>"
138          },
139          "limit": {
140            "title": "♾️ Limit",
141            "type": "integer",
142            "description": "πŸ’‘ Number of results."
143          },
144          "language": {
145            "title": "🌐 Language",
146            "type": "string",
147            "description": "πŸ’‘ ISO-639 Language code. <i><code>example: \"en\"</code></i>"
148          },
149          "location": {
150            "title": "🧭 Location",
151            "type": "string",
152            "description": "πŸ’‘ Location : <li><b>Place name</b><br><i><code>example: \"New York\"</code></i></li><li><b>Map Bounding Box</b><br><code>max_lon, max_lat, min_lon, min_lat</code><br><i><code>example: -87.583,41.950,-87.757,41.873</code></i></li>"
153          },
154          "category": {
155            "title": "πŸ“‚ Category",
156            "enum": [
157              "10001",
158              "10002",
159              "10003",
160              "10004",
161              "10005",
162              "10006",
163              "10007",
164              "10008",
165              "10009",
166              "10010",
167              "10011",
168              "10012",
169              "10013",
170              "10014",
171              "10015",
172              "10016",
173              "10017",
174              "10018",
175              "10019",
176              "10020",
177              "10021",
178              "10022",
179              "10023",
180              "10024",
181              "10025",
182              "10026",
183              "10027",
184              "10028",
185              "10029",
186              "10030",
187              "10031",
188              "10032",
189              "10033",
190              "10034",
191              "10035",
192              "10036",
193              "10037",
194              "10038",
195              "10039",
196              "10040",
197              "10041",
198              "10042",
199              "10043",
200              "10044",
201              "10045",
202              "10046",
203              "10047",
204              "10048",
205              "10049",
206              "10050",
207              "10051",
208              "10052",
209              "10053",
210              "10054",
211              "10055",
212              "10056",
213              "10057",
214              "10058",
215              "10059",
216              "10060",
217              "10061",
218              "10062",
219              "10063",
220              "10064",
221              "10065",
222              "10066",
223              "10067",
224              "10068",
225              "10069",
226              "10070",
227              "10071",
228              "10072",
229              "10073",
230              "10074",
231              "10075",
232              "10076",
233              "10077",
234              "10078",
235              "10079",
236              "10080",
237              "10081",
238              "10082",
239              "10083",
240              "10084",
241              "10085",
242              "10086",
243              "10087",
244              "10088",
245              "10089",
246              "10090",
247              "10091",
248              "10092",
249              "10093",
250              "10094",
251              "10095",
252              "10096",
253              "10097",
254              "10098",
255              "10099",
256              "10100",
257              "10101",
258              "10102",
259              "10103",
260              "10104",
261              "10105",
262              "10106",
263              "10107",
264              "10108",
265              "10109",
266              "10110",
267              "10111",
268              "10112",
269              "10113",
270              "10114",
271              "10115",
272              "10116",
273              "10117",
274              "10118",
275              "10119",
276              "10120",
277              "10121",
278              "10122",
279              "10123",
280              "10124",
281              "10125",
282              "10126",
283              "10127",
284              "10128",
285              "10129",
286              "10130",
287              "10131",
288              "10132",
289              "10133",
290              "10134",
291              "10135",
292              "10136",
293              "10137",
294              "10138",
295              "10139",
296              "10140",
297              "10141",
298              "10142",
299              "10143",
300              "10144",
301              "10145",
302              "10146",
303              "10147",
304              "10148",
305              "10149",
306              "10150",
307              "10151",
308              "10152",
309              "10153",
310              "10154",
311              "10155",
312              "10156",
313              "10157",
314              "10158",
315              "10159",
316              "10160",
317              "10161",
318              "10162",
319              "10163",
320              "10164",
321              "10165",
322              "10166",
323              "10167",
324              "10168",
325              "10169",
326              "10170",
327              "10171",
328              "10172",
329              "10173",
330              "10174",
331              "10175",
332              "10176",
333              "10177",
334              "10178",
335              "10179",
336              "10180",
337              "10181",
338              "10182",
339              "10183",
340              "10184",
341              "10185",
342              "10186",
343              "10187",
344              "10188",
345              "10189",
346              "10190",
347              "10191",
348              "10192",
349              "10193",
350              "10194",
351              "10195",
352              "10196",
353              "10197",
354              "10198",
355              "10199",
356              "10200",
357              "10201",
358              "10202",
359              "10203",
360              "10204",
361              "10205",
362              "10206",
363              "10207",
364              "10208",
365              "10209",
366              "10210",
367              "10211",
368              "10212",
369              "10213",
370              "10214",
371              "10215",
372              "10216",
373              "10217",
374              "10218",
375              "10219",
376              "10220",
377              "10221",
378              "10222",
379              "10223",
380              "10224",
381              "10225",
382              "10226",
383              "10227",
384              "10228",
385              "10229",
386              "10230",
387              "10231",
388              "10232",
389              "10233",
390              "10234",
391              "10235",
392              "10236",
393              "10237",
394              "10238",
395              "10239",
396              "10240",
397              "10241",
398              "10242",
399              "10243",
400              "10244",
401              "10245",
402              "10246",
403              "10247",
404              "10248",
405              "10249",
406              "10250",
407              "10251",
408              "10252",
409              "10253",
410              "10254",
411              "10255",
412              "10256",
413              "10257",
414              "10258",
415              "10259",
416              "10260",
417              "10261",
418              "10262",
419              "10263",
420              "10264",
421              "10265",
422              "10266",
423              "10267",
424              "10268",
425              "10269",
426              "10270",
427              "10271",
428              "10272",
429              "10273",
430              "10274",
431              "10275",
432              "10276",
433              "10277",
434              "10278",
435              "10279",
436              "10280",
437              "10281",
438              "10282",
439              "10283",
440              "10284",
441              "10285",
442              "10286",
443              "10287",
444              "10288",
445              "10289",
446              "10290",
447              "10291",
448              "10292",
449              "10293",
450              "10294",
451              "10295",
452              "10296",
453              "10297",
454              "10298",
455              "10299",
456              "10300",
457              "10301",
458              "10302",
459              "10303",
460              "10304",
461              "10305",
462              "10306",
463              "10307",
464              "10308",
465              "10309",
466              "10310",
467              "10311",
468              "10312",
469              "10313",
470              "10314",
471              "10315",
472              "10316",
473              "10317",
474              "10318",
475              "10319",
476              "10320",
477              "10321",
478              "10322",
479              "10323",
480              "10324",
481              "10325",
482              "10326",
483              "10327",
484              "10328",
485              "10329",
486              "10330",
487              "10331",
488              "10332",
489              "10333",
490              "10334",
491              "10335",
492              "10336",
493              "10337",
494              "10338",
495              "10339",
496              "10340",
497              "10341",
498              "10342",
499              "10343",
500              "10344",
501              "10345",
502              "10346",
503              "10347",
504              "10348",
505              "10349",
506              "10350",
507              "10351",
508              "10352",
509              "10353",
510              "10354",
511              "10355",
512              "10356",
513              "10357",
514              "10358",
515              "10359",
516              "10360",
517              "10361",
518              "10362",
519              "10363",
520              "10364",
521              "10365",
522              "10366",
523              "10367",
524              "10368",
525              "10369",
526              "10370",
527              "10371",
528              "10372",
529              "10373",
530              "10374",
531              "10375",
532              "10376",
533              "10377",
534              "10378",
535              "10379",
536              "10380",
537              "10381",
538              "10382",
539              "10383",
540              "10384",
541              "10385",
542              "10386",
543              "10387",
544              "10388",
545              "10389",
546              "10390",
547              "10391",
548              "10392",
549              "10393",
550              "10394",
551              "10395",
552              "10396",
553              "10397",
554              "10398",
555              "10399",
556              "10400",
557              "10401",
558              "10402",
559              "10403",
560              "10404",
561              "10405",
562              "10406",
563              "10407",
564              "10408",
565              "10409",
566              "10410",
567              "10411",
568              "10412",
569              "10413",
570              "10414",
571              "10415",
572              "10416",
573              "10417",
574              "10418",
575              "10419",
576              "10420",
577              "10421",
578              "10422",
579              "10423",
580              "10424",
581              "10425",
582              "10426",
583              "10427",
584              "10428",
585              "10429",
586              "10430",
587              "10431",
588              "10432",
589              "10433",
590              "10434",
591              "10435",
592              "10436",
593              "10437",
594              "10438",
595              "10439",
596              "10440",
597              "10441",
598              "10442",
599              "10443",
600              "10444",
601              "10445",
602              "10446",
603              "10447",
604              "10448",
605              "10449",
606              "10450",
607              "10451",
608              "10452",
609              "10453",
610              "10454",
611              "10455",
612              "10456",
613              "10457",
614              "10458",
615              "10459",
616              "10460",
617              "10461",
618              "10462",
619              "10463",
620              "10464",
621              "10465",
622              "10466",
623              "10467",
624              "10468",
625              "10469",
626              "10470",
627              "10471",
628              "10472",
629              "10473",
630              "10474",
631              "10475",
632              "10476",
633              "10477",
634              "10478",
635              "10479",
636              "10480",
637              "10481",
638              "10482",
639              "10483",
640              "10484",
641              "10485",
642              "10486",
643              "10487",
644              "10488",
645              "10489",
646              "10490",
647              "10491",
648              "10492",
649              "10493",
650              "10494",
651              "10495",
652              "10496",
653              "10497",
654              "10498",
655              "10499",
656              "10500",
657              "10501",
658              "10502",
659              "10503",
660              "10504",
661              "10505",
662              "10506",
663              "10507",
664              "10508",
665              "10509",
666              "10510",
667              "10511",
668              "10512",
669              "10513",
670              "10514",
671              "10515",
672              "10516",
673              "10517",
674              "10518",
675              "10519",
676              "10520",
677              "10521",
678              "10522",
679              "10523",
680              "10524",
681              "10525",
682              "10526",
683              "10527",
684              "10528",
685              "10529",
686              "10530",
687              "10531",
688              "10532",
689              "10533",
690              "10534",
691              "10535",
692              "10536",
693              "10537",
694              "10538",
695              "10539",
696              "10540",
697              "10541",
698              "10542",
699              "10543",
700              "10544",
701              "10545",
702              "10546",
703              "10547",
704              "10548",
705              "10549",
706              "10550",
707              "10551",
708              "10552",
709              "10553",
710              "10554",
711              "10555",
712              "10556",
713              "10557",
714              "10558",
715              "10559",
716              "10560",
717              "10561",
718              "10562",
719              "10563",
720              "10564",
721              "10565",
722              "10566",
723              "10567",
724              "10568",
725              "10569",
726              "10570",
727              "10571",
728              "10572",
729              "10573",
730              "10574",
731              "10575",
732              "10576",
733              "10577",
734              "10578",
735              "10579",
736              "10580",
737              "10581",
738              "10582",
739              "10583",
740              "10584",
741              "10585",
742              "10586",
743              "10587",
744              "10588",
745              "10589",
746              "10590",
747              "10591",
748              "10592",
749              "10593",
750              "10594",
751              "10595",
752              "10596",
753              "10597",
754              "10598",
755              "10599",
756              "10600",
757              "10601",
758              "10602",
759              "10603",
760              "10604",
761              "10605",
762              "10606",
763              "10607",
764              "10608",
765              "10609",
766              "10610",
767              "10611",
768              "10612",
769              "10613",
770              "10614",
771              "10615",
772              "10616",
773              "10617",
774              "10618",
775              "10619",
776              "10620",
777              "10621",
778              "10622",
779              "10623",
780              "10624",
781              "10625",
782              "10626",
783              "10627",
784              "10628",
785              "10629",
786              "10630",
787              "10631",
788              "10632",
789              "10633",
790              "10634",
791              "10635",
792              "10636",
793              "10637",
794              "10638",
795              "10639",
796              "10640",
797              "10641",
798              "10642",
799              "10643",
800              "10644",
801              "10645",
802              "10646",
803              "10647",
804              "10648",
805              "10649",
806              "10650",
807              "10651",
808              "10652",
809              "10653",
810              "10654",
811              "10655",
812              "10656",
813              "10657",
814              "10658",
815              "10659",
816              "10660",
817              "10661",
818              "10662",
819              "10663",
820              "10664",
821              "10665",
822              "10666",
823              "10667",
824              "10668",
825              "10669",
826              "10670",
827              "10671",
828              "10672",
829              "10673",
830              "10674",
831              "10675",
832              "10676",
833              "10677",
834              "10678",
835              "10679",
836              "10680",
837              "10681",
838              "10682",
839              "10683",
840              "10684",
841              "10685",
842              "10686",
843              "10687",
844              "10688",
845              "10689",
846              "10690",
847              "10691",
848              "10692",
849              "10693",
850              "10694",
851              "10695",
852              "10696",
853              "10697",
854              "10698",
855              "10699",
856              "10700",
857              "10701",
858              "10702",
859              "10703",
860              "10704",
861              "10705",
862              "10706",
863              "10707",
864              "10708",
865              "10709",
866              "10710",
867              "10711",
868              "10712",
869              "10713",
870              "10714",
871              "10715",
872              "10716",
873              "10717",
874              "10718",
875              "10719",
876              "10720",
877              "10721",
878              "10722",
879              "10723",
880              "10724",
881              "10725",
882              "10726",
883              "10727",
884              "10728",
885              "10729",
886              "10730",
887              "10731",
888              "10732",
889              "10733",
890              "10734",
891              "10735",
892              "10736",
893              "10737",
894              "10738",
895              "10739",
896              "10740",
897              "10741",
898              "10742",
899              "10743",
900              "10744",
901              "10745",
902              "10746",
903              "10747",
904              "10748",
905              "10749",
906              "10750",
907              "10751",
908              "10752",
909              "10753",
910              "10754",
911              "10755",
912              "10756",
913              "10757",
914              "10758",
915              "10759",
916              "10760",
917              "10761",
918              "10762",
919              "10763",
920              "10764",
921              "10765",
922              "10766",
923              "10767",
924              "10768",
925              "10769",
926              "10770",
927              "10771",
928              "10772",
929              "10773",
930              "10774",
931              "10775",
932              "10776",
933              "10777",
934              "10778",
935              "10779",
936              "10780",
937              "10781",
938              "10782",
939              "10783",
940              "10784",
941              "10785",
942              "10786",
943              "10787",
944              "10788",
945              "10789",
946              "10790",
947              "10791",
948              "10792",
949              "10793",
950              "10794",
951              "10795",
952              "10796",
953              "10797",
954              "10798",
955              "10799",
956              "10800",
957              "10801",
958              "10802",
959              "10803",
960              "10804",
961              "10805",
962              "10806",
963              "10807",
964              "10808",
965              "10809",
966              "10810",
967              "10811",
968              "10812",
969              "10813",
970              "10814",
971              "10815",
972              "10816",
973              "10817",
974              "10818",
975              "10819",
976              "10820",
977              "10821",
978              "10822",
979              "10823",
980              "10824",
981              "10825",
982              "10826",
983              "10827",
984              "10828",
985              "10829",
986              "10830",
987              "10831",
988              "10832",
989              "10833",
990              "10834",
991              "10835",
992              "10836",
993              "10837",
994              "10838",
995              "10839",
996              "10840",
997              "10841",
998              "10842",
999              "10843",
1000              "10844",
1001              "10845",
1002              "10846",
1003              "10847",
1004              "10848",
1005              "10849",
1006              "10850",
1007              "10851",
1008              "10852",
1009              "10853",
1010              "10854",
1011              "10855",
1012              "10856",
1013              "10857",
1014              "10858",
1015              "10859",
1016              "10860",
1017              "10861",
1018              "10862",
1019              "10863",
1020              "10864",
1021              "10865",
1022              "10866",
1023              "10867",
1024              "10868",
1025              "10869",
1026              "10870",
1027              "10871",
1028              "10872",
1029              "10873",
1030              "10874",
1031              "10875",
1032              "10876",
1033              "10877",
1034              "10878",
1035              "10879",
1036              "10880",
1037              "10881",
1038              "10882",
1039              "10883",
1040              "10884",
1041              "10885",
1042              "10886",
1043              "10887",
1044              "10888",
1045              "10889",
1046              "10890",
1047              "10891",
1048              "10892",
1049              "10893",
1050              "10894",
1051              "10895",
1052              "10896",
1053              "10897",
1054              "10898",
1055              "10899",
1056              "10900",
1057              "10901",
1058              "10902",
1059              "10903",
1060              "10904",
1061              "10905",
1062              "10906",
1063              "10907",
1064              "10908",
1065              "10909",
1066              "10910",
1067              "10911",
1068              "10912",
1069              "10913",
1070              "10914",
1071              "10915",
1072              "10916",
1073              "10917",
1074              "10918",
1075              "10919",
1076              "10920",
1077              "10921",
1078              "10922",
1079              "10923",
1080              "10924",
1081              "10925",
1082              "10926",
1083              "10927",
1084              "10928",
1085              "10929",
1086              "10930",
1087              "10931",
1088              "10932",
1089              "10933",
1090              "10934",
1091              "10935",
1092              "10936",
1093              "10937",
1094              "10938",
1095              "10939",
1096              "10940",
1097              "10941",
1098              "10942",
1099              "10943",
1100              "10944",
1101              "10945",
1102              "10946",
1103              "10947",
1104              "10948",
1105              "10949",
1106              "10950",
1107              "10951",
1108              "10952",
1109              "10953",
1110              "10954",
1111              "10955",
1112              "10956",
1113              "10957",
1114              "10958",
1115              "10959",
1116              "10960",
1117              "10961",
1118              "10962",
1119              "10963",
1120              "10964",
1121              "10965",
1122              "10966",
1123              "10967",
1124              "10968",
1125              "10969",
1126              "10970",
1127              "10971",
1128              "10972",
1129              "10973",
1130              "10974",
1131              "10975",
1132              "10976",
1133              "10977",
1134              "10978",
1135              "10979",
1136              "10980",
1137              "10981",
1138              "10982",
1139              "10983",
1140              "10984",
1141              "10985",
1142              "10986",
1143              "10987",
1144              "10988",
1145              "10989",
1146              "10990",
1147              "10991",
1148              "10992",
1149              "10993",
1150              "10994",
1151              "10995",
1152              "10996",
1153              "10997",
1154              "10998",
1155              "10999",
1156              "11000",
1157              "11001",
1158              "11002",
1159              "11003",
1160              "11004",
1161              "11005",
1162              "11006",
1163              "11007",
1164              "11008",
1165              "11009",
1166              "11010",
1167              "11011",
1168              "11012",
1169              "11013",
1170              "11014",
1171              "11015",
1172              "11016",
1173              "11017",
1174              "11018",
1175              "11019",
1176              "11020",
1177              "11021",
1178              "11022",
1179              "11023",
1180              "11024",
1181              "11025",
1182              "11026",
1183              "11027",
1184              "11028",
1185              "11029",
1186              "11030",
1187              "11031",
1188              "11032",
1189              "11033",
1190              "11034",
1191              "11035",
1192              "11036",
1193              "11037",
1194              "11038",
1195              "11039",
1196              "11040",
1197              "11041",
1198              "11042",
1199              "11043",
1200              "11044",
1201              "11045",
1202              "11046",
1203              "11047",
1204              "11048",
1205              "11049",
1206              "11050",
1207              "11051",
1208              "11052",
1209              "11053",
1210              "11054",
1211              "11055",
1212              "11056",
1213              "11057",
1214              "11058",
1215              "11059",
1216              "11060",
1217              "11061",
1218              "11062",
1219              "11063",
1220              "11064",
1221              "11065",
1222              "11066",
1223              "11067",
1224              "11068",
1225              "11069",
1226              "11070",
1227              "11071",
1228              "11072",
1229              "11073",
1230              "11074",
1231              "11075",
1232              "11076",
1233              "11077",
1234              "11078",
1235              "11079",
1236              "11080",
1237              "11081",
1238              "11082",
1239              "11083",
1240              "11084",
1241              "11085",
1242              "11086",
1243              "11087",
1244              "11088",
1245              "11089",
1246              "11090",
1247              "11091",
1248              "11092",
1249              "11093",
1250              "11094",
1251              "11095",
1252              "11096",
1253              "11097",
1254              "11098",
1255              "11099",
1256              "11100",
1257              "11101",
1258              "11102",
1259              "11103",
1260              "11104",
1261              "11105",
1262              "11106",
1263              "11107",
1264              "11108",
1265              "11109",
1266              "11110",
1267              "11111",
1268              "11112",
1269              "11113",
1270              "11114",
1271              "11115",
1272              "11116",
1273              "11117",
1274              "11118",
1275              "11119",
1276              "11120",
1277              "11121",
1278              "11122",
1279              "11123",
1280              "11124",
1281              "11125",
1282              "11126",
1283              "11127",
1284              "11128",
1285              "11129",
1286              "11130",
1287              "11131",
1288              "11132",
1289              "11133",
1290              "11134",
1291              "11135",
1292              "11136",
1293              "11137",
1294              "11138",
1295              "11139",
1296              "11140",
1297              "11141",
1298              "11142",
1299              "11143",
1300              "11144",
1301              "11145",
1302              "11146",
1303              "11147",
1304              "11148",
1305              "11149",
1306              "11150",
1307              "11151",
1308              "11152",
1309              "11153",
1310              "11154",
1311              "11155",
1312              "11156",
1313              "11157",
1314              "11158",
1315              "11159",
1316              "11160",
1317              "11161",
1318              "11162",
1319              "11163",
1320              "11164",
1321              "11165",
1322              "11166",
1323              "11167",
1324              "11168",
1325              "11169",
1326              "11170",
1327              "11171",
1328              "11172",
1329              "11173",
1330              "11174",
1331              "11175",
1332              "11176",
1333              "11177",
1334              "11178",
1335              "11179",
1336              "11180",
1337              "11181",
1338              "11182",
1339              "11183",
1340              "11184",
1341              "11185",
1342              "11186",
1343              "11187",
1344              "11188",
1345              "11189",
1346              "11190",
1347              "11191",
1348              "11192",
1349              "11193",
1350              "11194",
1351              "11195",
1352              "11196",
1353              "11197",
1354              "11198",
1355              "11199",
1356              "11200",
1357              "11201",
1358              "11202",
1359              "11203",
1360              "11204",
1361              "11205",
1362              "11206",
1363              "11207",
1364              "11208",
1365              "11209",
1366              "11210",
1367              "11211",
1368              "11212",
1369              "11213",
1370              "11214",
1371              "11215",
1372              "11216",
1373              "11217",
1374              "11218",
1375              "11219",
1376              "11220",
1377              "11221",
1378              "11222",
1379              "11223",
1380              "11224",
1381              "11225",
1382              "11226",
1383              "11227",
1384              "11228",
1385              "11229",
1386              "11230",
1387              "11231",
1388              "11232",
1389              "11233",
1390              "11234",
1391              "11235",
1392              "11236",
1393              "11237",
1394              "11238",
1395              "11239",
1396              "11240",
1397              "11241",
1398              "11242",
1399              "11243",
1400              "11244",
1401              "11245",
1402              "11246",
1403              "11247",
1404              "11248",
1405              "11249",
1406              "11250",
1407              "11251",
1408              "11252",
1409              "11253",
1410              "11254",
1411              "11255",
1412              "11256",
1413              "11257",
1414              "11258",
1415              "11259",
1416              "11260",
1417              "11261",
1418              "11262",
1419              "11263",
1420              "11264",
1421              "11265",
1422              "11266",
1423              "11267",
1424              "11268",
1425              "11269",
1426              "11270",
1427              "11271",
1428              "11272",
1429              "11273",
1430              "11274",
1431              "11275",
1432              "11276",
1433              "11277",
1434              "11278",
1435              "11279",
1436              "11280",
1437              "11281",
1438              "11282",
1439              "11283",
1440              "11284",
1441              "11285",
1442              "11286",
1443              "11287",
1444              "11288",
1445              "11289",
1446              "11290",
1447              "11291",
1448              "11292",
1449              "11293",
1450              "11294",
1451              "11295",
1452              "11296",
1453              "11297",
1454              "11298",
1455              "11299",
1456              "11300",
1457              "11301",
1458              "11302",
1459              "11303",
1460              "11304",
1461              "11305",
1462              "11306",
1463              "11307",
1464              "11308",
1465              "11309",
1466              "11310",
1467              "11311",
1468              "11312",
1469              "11313",
1470              "11314",
1471              "11315",
1472              "11316",
1473              "11317",
1474              "11318",
1475              "11319",
1476              "11320",
1477              "11321",
1478              "11322",
1479              "11323",
1480              "11324",
1481              "11325",
1482              "11326",
1483              "11327",
1484              "11328",
1485              "11329",
1486              "11330",
1487              "11331",
1488              "11332",
1489              "11333",
1490              "11334",
1491              "11335",
1492              "11336",
1493              "11337"
1494            ],
1495            "type": "string",
1496            "description": ""
1497          },
1498          "sort": {
1499            "title": "πŸ”€ Sorting",
1500            "enum": [
1501              "recommended",
1502              "rating",
1503              "review_count"
1504            ],
1505            "type": "string",
1506            "description": ""
1507          },
1508          "include_media": {
1509            "title": "Fetch Media",
1510            "type": "integer",
1511            "description": "πŸ’‘ Number of media"
1512          },
1513          "media_category": {
1514            "title": "Media Category",
1515            "type": "string",
1516            "description": "πŸ’‘ Fetch only specific media group/tab. <i><code>(examples: \"food\" or \"interior\")</code></i>"
1517          },
1518          "media_group": {
1519            "title": "Media Grouping",
1520            "type": "boolean",
1521            "description": ""
1522          },
1523          "include_reviews": {
1524            "title": "Fetch Reviews",
1525            "type": "integer",
1526            "description": "πŸ’‘ Number of review"
1527          },
1528          "reviews_search": {
1529            "title": "Search",
1530            "type": "string",
1531            "description": "πŸ’‘ Search reviews."
1532          },
1533          "reviews_sort": {
1534            "title": "Sort",
1535            "enum": [
1536              "relevance_desc",
1537              "date_desc",
1538              "date_asc",
1539              "rating_desc",
1540              "rating_asc",
1541              "elites_desc"
1542            ],
1543            "type": "string",
1544            "description": ""
1545          },
1546          "reviews_rating": {
1547            "title": "Rating",
1548            "enum": [
1549              "5",
1550              "4",
1551              "3",
1552              "2",
1553              "1"
1554            ],
1555            "type": "string",
1556            "description": ""
1557          },
1558          "include_question": {
1559            "title": "Fetch Questions",
1560            "type": "integer",
1561            "description": "πŸ’‘ Number of question"
1562          },
1563          "question_sort": {
1564            "title": "Sort",
1565            "enum": [
1566              "recommended",
1567              "best",
1568              "most_answered"
1569            ],
1570            "type": "string",
1571            "description": ""
1572          },
1573          "include_tips": {
1574            "title": "Fetch Quick-Tips",
1575            "type": "integer",
1576            "description": "πŸ’‘ Number of quicktips"
1577          },
1578          "include_rating": {
1579            "title": "Rating Counts",
1580            "type": "boolean",
1581            "description": "πŸ’‘ Rating counts"
1582          },
1583          "dev_proxy_config": {
1584            "title": "🌐 PROXY NETWORKING",
1585            "type": "object",
1586            "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>Example</b>: <code>socks5://example.com:9000</code>"
1587          },
1588          "dev_custom_headers": {
1589            "title": "πŸ“œ HTTP HEADERS",
1590            "type": "array",
1591            "description": "πŸ’‘ Additional HTTP Headers",
1592            "items": {
1593              "type": "object",
1594              "required": [
1595                "key",
1596                "value"
1597              ],
1598              "properties": {
1599                "key": {
1600                  "type": "string",
1601                  "title": "Key"
1602                },
1603                "value": {
1604                  "type": "string",
1605                  "title": "Value"
1606                }
1607              }
1608            }
1609          },
1610          "dev_custom_cookies": {
1611            "title": "🍰 HTTP COOKIES",
1612            "type": "array",
1613            "description": "πŸ’‘ Additional HTTP Cookies",
1614            "items": {
1615              "type": "object",
1616              "required": [
1617                "key",
1618                "value"
1619              ],
1620              "properties": {
1621                "key": {
1622                  "type": "string",
1623                  "title": "Key"
1624                },
1625                "value": {
1626                  "type": "string",
1627                  "title": "Value"
1628                }
1629              }
1630            }
1631          },
1632          "dev_transform_fields": {
1633            "title": "♻️ CUSTOM FIELD",
1634            "type": "array",
1635            "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>",
1636            "items": {
1637              "type": "object",
1638              "required": [
1639                "key",
1640                "value"
1641              ],
1642              "properties": {
1643                "key": {
1644                  "type": "string",
1645                  "title": "Key"
1646                },
1647                "value": {
1648                  "type": "string",
1649                  "title": "Value"
1650                }
1651              }
1652            }
1653          },
1654          "dev_dataset_name": {
1655            "title": "πŸ“ CUSTOM STORAGE",
1656            "type": "string",
1657            "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>"
1658          },
1659          "dev_dataset_clear": {
1660            "title": "Clear Storage",
1661            "type": "boolean",
1662            "description": "Clear Dataset before insert/update."
1663          },
1664          "dev_no_strip": {
1665            "title": "Disable data cleansing",
1666            "type": "boolean",
1667            "description": "πŸ’‘ Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
1668          }
1669        }
1670      },
1671      "runsResponseSchema": {
1672        "type": "object",
1673        "properties": {
1674          "data": {
1675            "type": "object",
1676            "properties": {
1677              "id": {
1678                "type": "string"
1679              },
1680              "actId": {
1681                "type": "string"
1682              },
1683              "userId": {
1684                "type": "string"
1685              },
1686              "startedAt": {
1687                "type": "string",
1688                "format": "date-time",
1689                "example": "2025-01-08T00:00:00.000Z"
1690              },
1691              "finishedAt": {
1692                "type": "string",
1693                "format": "date-time",
1694                "example": "2025-01-08T00:00:00.000Z"
1695              },
1696              "status": {
1697                "type": "string",
1698                "example": "READY"
1699              },
1700              "meta": {
1701                "type": "object",
1702                "properties": {
1703                  "origin": {
1704                    "type": "string",
1705                    "example": "API"
1706                  },
1707                  "userAgent": {
1708                    "type": "string"
1709                  }
1710                }
1711              },
1712              "stats": {
1713                "type": "object",
1714                "properties": {
1715                  "inputBodyLen": {
1716                    "type": "integer",
1717                    "example": 2000
1718                  },
1719                  "rebootCount": {
1720                    "type": "integer",
1721                    "example": 0
1722                  },
1723                  "restartCount": {
1724                    "type": "integer",
1725                    "example": 0
1726                  },
1727                  "resurrectCount": {
1728                    "type": "integer",
1729                    "example": 0
1730                  },
1731                  "computeUnits": {
1732                    "type": "integer",
1733                    "example": 0
1734                  }
1735                }
1736              },
1737              "options": {
1738                "type": "object",
1739                "properties": {
1740                  "build": {
1741                    "type": "string",
1742                    "example": "latest"
1743                  },
1744                  "timeoutSecs": {
1745                    "type": "integer",
1746                    "example": 300
1747                  },
1748                  "memoryMbytes": {
1749                    "type": "integer",
1750                    "example": 1024
1751                  },
1752                  "diskMbytes": {
1753                    "type": "integer",
1754                    "example": 2048
1755                  }
1756                }
1757              },
1758              "buildId": {
1759                "type": "string"
1760              },
1761              "defaultKeyValueStoreId": {
1762                "type": "string"
1763              },
1764              "defaultDatasetId": {
1765                "type": "string"
1766              },
1767              "defaultRequestQueueId": {
1768                "type": "string"
1769              },
1770              "buildNumber": {
1771                "type": "string",
1772                "example": "1.0.0"
1773              },
1774              "containerUrl": {
1775                "type": "string"
1776              },
1777              "usage": {
1778                "type": "object",
1779                "properties": {
1780                  "ACTOR_COMPUTE_UNITS": {
1781                    "type": "integer",
1782                    "example": 0
1783                  },
1784                  "DATASET_READS": {
1785                    "type": "integer",
1786                    "example": 0
1787                  },
1788                  "DATASET_WRITES": {
1789                    "type": "integer",
1790                    "example": 0
1791                  },
1792                  "KEY_VALUE_STORE_READS": {
1793                    "type": "integer",
1794                    "example": 0
1795                  },
1796                  "KEY_VALUE_STORE_WRITES": {
1797                    "type": "integer",
1798                    "example": 1
1799                  },
1800                  "KEY_VALUE_STORE_LISTS": {
1801                    "type": "integer",
1802                    "example": 0
1803                  },
1804                  "REQUEST_QUEUE_READS": {
1805                    "type": "integer",
1806                    "example": 0
1807                  },
1808                  "REQUEST_QUEUE_WRITES": {
1809                    "type": "integer",
1810                    "example": 0
1811                  },
1812                  "DATA_TRANSFER_INTERNAL_GBYTES": {
1813                    "type": "integer",
1814                    "example": 0
1815                  },
1816                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
1817                    "type": "integer",
1818                    "example": 0
1819                  },
1820                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1821                    "type": "integer",
1822                    "example": 0
1823                  },
1824                  "PROXY_SERPS": {
1825                    "type": "integer",
1826                    "example": 0
1827                  }
1828                }
1829              },
1830              "usageTotalUsd": {
1831                "type": "number",
1832                "example": 0.00005
1833              },
1834              "usageUsd": {
1835                "type": "object",
1836                "properties": {
1837                  "ACTOR_COMPUTE_UNITS": {
1838                    "type": "integer",
1839                    "example": 0
1840                  },
1841                  "DATASET_READS": {
1842                    "type": "integer",
1843                    "example": 0
1844                  },
1845                  "DATASET_WRITES": {
1846                    "type": "integer",
1847                    "example": 0
1848                  },
1849                  "KEY_VALUE_STORE_READS": {
1850                    "type": "integer",
1851                    "example": 0
1852                  },
1853                  "KEY_VALUE_STORE_WRITES": {
1854                    "type": "number",
1855                    "example": 0.00005
1856                  },
1857                  "KEY_VALUE_STORE_LISTS": {
1858                    "type": "integer",
1859                    "example": 0
1860                  },
1861                  "REQUEST_QUEUE_READS": {
1862                    "type": "integer",
1863                    "example": 0
1864                  },
1865                  "REQUEST_QUEUE_WRITES": {
1866                    "type": "integer",
1867                    "example": 0
1868                  },
1869                  "DATA_TRANSFER_INTERNAL_GBYTES": {
1870                    "type": "integer",
1871                    "example": 0
1872                  },
1873                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
1874                    "type": "integer",
1875                    "example": 0
1876                  },
1877                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1878                    "type": "integer",
1879                    "example": 0
1880                  },
1881                  "PROXY_SERPS": {
1882                    "type": "integer",
1883                    "example": 0
1884                  }
1885                }
1886              }
1887            }
1888          }
1889        }
1890      }
1891    }
1892  }
1893}

Yelp.com 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 YELP Extractor 2.0 🚧 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

  • 26 monthly users

  • 5 bookmarks

  • >99% runs succeeded

  • Created in Dec 2022

  • Modified 5 months ago

Categories