{
  "openapi": "3.0.1",
  "info": {
    "title": "YELP Extractor 2.1 🚧",
    "description": "💫 Scrape Business data from Yelp.com",
    "version": "0.4",
    "x-build-id": "F4yo98rfA9CoSPtgh"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/jupri~yelp/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-jupri-yelp",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/jupri~yelp/runs": {
      "post": {
        "operationId": "runs-sync-jupri-yelp",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/jupri~yelp/run-sync": {
      "post": {
        "operationId": "run-sync-jupri-yelp",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "title": "❓ Query",
            "type": "string",
            "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>"
          },
          "limit": {
            "title": "♾️ Limit",
            "type": "integer",
            "description": "💡 Number of results."
          },
          "language": {
            "title": "🌐 Language",
            "type": "string",
            "description": "💡 ISO-639 Language code. <i><code>example: \"en\"</code></i>"
          },
          "location": {
            "title": "🧭 Location",
            "type": "string",
            "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>"
          },
          "category": {
            "title": "📂 Category",
            "enum": [
              "10001",
              "10002",
              "10003",
              "10004",
              "10005",
              "10006",
              "10007",
              "10008",
              "10009",
              "10010",
              "10011",
              "10012",
              "10013",
              "10014",
              "10015",
              "10016",
              "10017",
              "10018",
              "10019",
              "10020",
              "10021",
              "10022",
              "10023",
              "10024",
              "10025",
              "10026",
              "10027",
              "10028",
              "10029",
              "10030",
              "10031",
              "10032",
              "10033",
              "10034",
              "10035",
              "10036",
              "10037",
              "10038",
              "10039",
              "10040",
              "10041",
              "10042",
              "10043",
              "10044",
              "10045",
              "10046",
              "10047",
              "10048",
              "10049",
              "10050",
              "10051",
              "10052",
              "10053",
              "10054",
              "10055",
              "10056",
              "10057",
              "10058",
              "10059",
              "10060",
              "10061",
              "10062",
              "10063",
              "10064",
              "10065",
              "10066",
              "10067",
              "10068",
              "10069",
              "10070",
              "10071",
              "10072",
              "10073",
              "10074",
              "10075",
              "10076",
              "10077",
              "10078",
              "10079",
              "10080",
              "10081",
              "10082",
              "10083",
              "10084",
              "10085",
              "10086",
              "10087",
              "10088",
              "10089",
              "10090",
              "10091",
              "10092",
              "10093",
              "10094",
              "10095",
              "10096",
              "10097",
              "10098",
              "10099",
              "10100",
              "10101",
              "10102",
              "10103",
              "10104",
              "10105",
              "10106",
              "10107",
              "10108",
              "10109",
              "10110",
              "10111",
              "10112",
              "10113",
              "10114",
              "10115",
              "10116",
              "10117",
              "10118",
              "10119",
              "10120",
              "10121",
              "10122",
              "10123",
              "10124",
              "10125",
              "10126",
              "10127",
              "10128",
              "10129",
              "10130",
              "10131",
              "10132",
              "10133",
              "10134",
              "10135",
              "10136",
              "10137",
              "10138",
              "10139",
              "10140",
              "10141",
              "10142",
              "10143",
              "10144",
              "10145",
              "10146",
              "10147",
              "10148",
              "10149",
              "10150",
              "10151",
              "10152",
              "10153",
              "10154",
              "10155",
              "10156",
              "10157",
              "10158",
              "10159",
              "10160",
              "10161",
              "10162",
              "10163",
              "10164",
              "10165",
              "10166",
              "10167",
              "10168",
              "10169",
              "10170",
              "10171",
              "10172",
              "10173",
              "10174",
              "10175",
              "10176",
              "10177",
              "10178",
              "10179",
              "10180",
              "10181",
              "10182",
              "10183",
              "10184",
              "10185",
              "10186",
              "10187",
              "10188",
              "10189",
              "10190",
              "10191",
              "10192",
              "10193",
              "10194",
              "10195",
              "10196",
              "10197",
              "10198",
              "10199",
              "10200",
              "10201",
              "10202",
              "10203",
              "10204",
              "10205",
              "10206",
              "10207",
              "10208",
              "10209",
              "10210",
              "10211",
              "10212",
              "10213",
              "10214",
              "10215",
              "10216",
              "10217",
              "10218",
              "10219",
              "10220",
              "10221",
              "10222",
              "10223",
              "10224",
              "10225",
              "10226",
              "10227",
              "10228",
              "10229",
              "10230",
              "10231",
              "10232",
              "10233",
              "10234",
              "10235",
              "10236",
              "10237",
              "10238",
              "10239",
              "10240",
              "10241",
              "10242",
              "10243",
              "10244",
              "10245",
              "10246",
              "10247",
              "10248",
              "10249",
              "10250",
              "10251",
              "10252",
              "10253",
              "10254",
              "10255",
              "10256",
              "10257",
              "10258",
              "10259",
              "10260",
              "10261",
              "10262",
              "10263",
              "10264",
              "10265",
              "10266",
              "10267",
              "10268",
              "10269",
              "10270",
              "10271",
              "10272",
              "10273",
              "10274",
              "10275",
              "10276",
              "10277",
              "10278",
              "10279",
              "10280",
              "10281",
              "10282",
              "10283",
              "10284",
              "10285",
              "10286",
              "10287",
              "10288",
              "10289",
              "10290",
              "10291",
              "10292",
              "10293",
              "10294",
              "10295",
              "10296",
              "10297",
              "10298",
              "10299",
              "10300",
              "10301",
              "10302",
              "10303",
              "10304",
              "10305",
              "10306",
              "10307",
              "10308",
              "10309",
              "10310",
              "10311",
              "10312",
              "10313",
              "10314",
              "10315",
              "10316",
              "10317",
              "10318",
              "10319",
              "10320",
              "10321",
              "10322",
              "10323",
              "10324",
              "10325",
              "10326",
              "10327",
              "10328",
              "10329",
              "10330",
              "10331",
              "10332",
              "10333",
              "10334",
              "10335",
              "10336",
              "10337",
              "10338",
              "10339",
              "10340",
              "10341",
              "10342",
              "10343",
              "10344",
              "10345",
              "10346",
              "10347",
              "10348",
              "10349",
              "10350",
              "10351",
              "10352",
              "10353",
              "10354",
              "10355",
              "10356",
              "10357",
              "10358",
              "10359",
              "10360",
              "10361",
              "10362",
              "10363",
              "10364",
              "10365",
              "10366",
              "10367",
              "10368",
              "10369",
              "10370",
              "10371",
              "10372",
              "10373",
              "10374",
              "10375",
              "10376",
              "10377",
              "10378",
              "10379",
              "10380",
              "10381",
              "10382",
              "10383",
              "10384",
              "10385",
              "10386",
              "10387",
              "10388",
              "10389",
              "10390",
              "10391",
              "10392",
              "10393",
              "10394",
              "10395",
              "10396",
              "10397",
              "10398",
              "10399",
              "10400",
              "10401",
              "10402",
              "10403",
              "10404",
              "10405",
              "10406",
              "10407",
              "10408",
              "10409",
              "10410",
              "10411",
              "10412",
              "10413",
              "10414",
              "10415",
              "10416",
              "10417",
              "10418",
              "10419",
              "10420",
              "10421",
              "10422",
              "10423",
              "10424",
              "10425",
              "10426",
              "10427",
              "10428",
              "10429",
              "10430",
              "10431",
              "10432",
              "10433",
              "10434",
              "10435",
              "10436",
              "10437",
              "10438",
              "10439",
              "10440",
              "10441",
              "10442",
              "10443",
              "10444",
              "10445",
              "10446",
              "10447",
              "10448",
              "10449",
              "10450",
              "10451",
              "10452",
              "10453",
              "10454",
              "10455",
              "10456",
              "10457",
              "10458",
              "10459",
              "10460",
              "10461",
              "10462",
              "10463",
              "10464",
              "10465",
              "10466",
              "10467",
              "10468",
              "10469",
              "10470",
              "10471",
              "10472",
              "10473",
              "10474",
              "10475",
              "10476",
              "10477",
              "10478",
              "10479",
              "10480",
              "10481",
              "10482",
              "10483",
              "10484",
              "10485",
              "10486",
              "10487",
              "10488",
              "10489",
              "10490",
              "10491",
              "10492",
              "10493",
              "10494",
              "10495",
              "10496",
              "10497",
              "10498",
              "10499",
              "10500",
              "10501",
              "10502",
              "10503",
              "10504",
              "10505",
              "10506",
              "10507",
              "10508",
              "10509",
              "10510",
              "10511",
              "10512",
              "10513",
              "10514",
              "10515",
              "10516",
              "10517",
              "10518",
              "10519",
              "10520",
              "10521",
              "10522",
              "10523",
              "10524",
              "10525",
              "10526",
              "10527",
              "10528",
              "10529",
              "10530",
              "10531",
              "10532",
              "10533",
              "10534",
              "10535",
              "10536",
              "10537",
              "10538",
              "10539",
              "10540",
              "10541",
              "10542",
              "10543",
              "10544",
              "10545",
              "10546",
              "10547",
              "10548",
              "10549",
              "10550",
              "10551",
              "10552",
              "10553",
              "10554",
              "10555",
              "10556",
              "10557",
              "10558",
              "10559",
              "10560",
              "10561",
              "10562",
              "10563",
              "10564",
              "10565",
              "10566",
              "10567",
              "10568",
              "10569",
              "10570",
              "10571",
              "10572",
              "10573",
              "10574",
              "10575",
              "10576",
              "10577",
              "10578",
              "10579",
              "10580",
              "10581",
              "10582",
              "10583",
              "10584",
              "10585",
              "10586",
              "10587",
              "10588",
              "10589",
              "10590",
              "10591",
              "10592",
              "10593",
              "10594",
              "10595",
              "10596",
              "10597",
              "10598",
              "10599",
              "10600",
              "10601",
              "10602",
              "10603",
              "10604",
              "10605",
              "10606",
              "10607",
              "10608",
              "10609",
              "10610",
              "10611",
              "10612",
              "10613",
              "10614",
              "10615",
              "10616",
              "10617",
              "10618",
              "10619",
              "10620",
              "10621",
              "10622",
              "10623",
              "10624",
              "10625",
              "10626",
              "10627",
              "10628",
              "10629",
              "10630",
              "10631",
              "10632",
              "10633",
              "10634",
              "10635",
              "10636",
              "10637",
              "10638",
              "10639",
              "10640",
              "10641",
              "10642",
              "10643",
              "10644",
              "10645",
              "10646",
              "10647",
              "10648",
              "10649",
              "10650",
              "10651",
              "10652",
              "10653",
              "10654",
              "10655",
              "10656",
              "10657",
              "10658",
              "10659",
              "10660",
              "10661",
              "10662",
              "10663",
              "10664",
              "10665",
              "10666",
              "10667",
              "10668",
              "10669",
              "10670",
              "10671",
              "10672",
              "10673",
              "10674",
              "10675",
              "10676",
              "10677",
              "10678",
              "10679",
              "10680",
              "10681",
              "10682",
              "10683",
              "10684",
              "10685",
              "10686",
              "10687",
              "10688",
              "10689",
              "10690",
              "10691",
              "10692",
              "10693",
              "10694",
              "10695",
              "10696",
              "10697",
              "10698",
              "10699",
              "10700",
              "10701",
              "10702",
              "10703",
              "10704",
              "10705",
              "10706",
              "10707",
              "10708",
              "10709",
              "10710",
              "10711",
              "10712",
              "10713",
              "10714",
              "10715",
              "10716",
              "10717",
              "10718",
              "10719",
              "10720",
              "10721",
              "10722",
              "10723",
              "10724",
              "10725",
              "10726",
              "10727",
              "10728",
              "10729",
              "10730",
              "10731",
              "10732",
              "10733",
              "10734",
              "10735",
              "10736",
              "10737",
              "10738",
              "10739",
              "10740",
              "10741",
              "10742",
              "10743",
              "10744",
              "10745",
              "10746",
              "10747",
              "10748",
              "10749",
              "10750",
              "10751",
              "10752",
              "10753",
              "10754",
              "10755",
              "10756",
              "10757",
              "10758",
              "10759",
              "10760",
              "10761",
              "10762",
              "10763",
              "10764",
              "10765",
              "10766",
              "10767",
              "10768",
              "10769",
              "10770",
              "10771",
              "10772",
              "10773",
              "10774",
              "10775",
              "10776",
              "10777",
              "10778",
              "10779",
              "10780",
              "10781",
              "10782",
              "10783",
              "10784",
              "10785",
              "10786",
              "10787",
              "10788",
              "10789",
              "10790",
              "10791",
              "10792",
              "10793",
              "10794",
              "10795",
              "10796",
              "10797",
              "10798",
              "10799",
              "10800",
              "10801",
              "10802",
              "10803",
              "10804",
              "10805",
              "10806",
              "10807",
              "10808",
              "10809",
              "10810",
              "10811",
              "10812",
              "10813",
              "10814",
              "10815",
              "10816",
              "10817",
              "10818",
              "10819",
              "10820",
              "10821",
              "10822",
              "10823",
              "10824",
              "10825",
              "10826",
              "10827",
              "10828",
              "10829",
              "10830",
              "10831",
              "10832",
              "10833",
              "10834",
              "10835",
              "10836",
              "10837",
              "10838",
              "10839",
              "10840",
              "10841",
              "10842",
              "10843",
              "10844",
              "10845",
              "10846",
              "10847",
              "10848",
              "10849",
              "10850",
              "10851",
              "10852",
              "10853",
              "10854",
              "10855",
              "10856",
              "10857",
              "10858",
              "10859",
              "10860",
              "10861",
              "10862",
              "10863",
              "10864",
              "10865",
              "10866",
              "10867",
              "10868",
              "10869",
              "10870",
              "10871",
              "10872",
              "10873",
              "10874",
              "10875",
              "10876",
              "10877",
              "10878",
              "10879",
              "10880",
              "10881",
              "10882",
              "10883",
              "10884",
              "10885",
              "10886",
              "10887",
              "10888",
              "10889",
              "10890",
              "10891",
              "10892",
              "10893",
              "10894",
              "10895",
              "10896",
              "10897",
              "10898",
              "10899",
              "10900",
              "10901",
              "10902",
              "10903",
              "10904",
              "10905",
              "10906",
              "10907",
              "10908",
              "10909",
              "10910",
              "10911",
              "10912",
              "10913",
              "10914",
              "10915",
              "10916",
              "10917",
              "10918",
              "10919",
              "10920",
              "10921",
              "10922",
              "10923",
              "10924",
              "10925",
              "10926",
              "10927",
              "10928",
              "10929",
              "10930",
              "10931",
              "10932",
              "10933",
              "10934",
              "10935",
              "10936",
              "10937",
              "10938",
              "10939",
              "10940",
              "10941",
              "10942",
              "10943",
              "10944",
              "10945",
              "10946",
              "10947",
              "10948",
              "10949",
              "10950",
              "10951",
              "10952",
              "10953",
              "10954",
              "10955",
              "10956",
              "10957",
              "10958",
              "10959",
              "10960",
              "10961",
              "10962",
              "10963",
              "10964",
              "10965",
              "10966",
              "10967",
              "10968",
              "10969",
              "10970",
              "10971",
              "10972",
              "10973",
              "10974",
              "10975",
              "10976",
              "10977",
              "10978",
              "10979",
              "10980",
              "10981",
              "10982",
              "10983",
              "10984",
              "10985",
              "10986",
              "10987",
              "10988",
              "10989",
              "10990",
              "10991",
              "10992",
              "10993",
              "10994",
              "10995",
              "10996",
              "10997",
              "10998",
              "10999",
              "11000",
              "11001",
              "11002",
              "11003",
              "11004",
              "11005",
              "11006",
              "11007",
              "11008",
              "11009",
              "11010",
              "11011",
              "11012",
              "11013",
              "11014",
              "11015",
              "11016",
              "11017",
              "11018",
              "11019",
              "11020",
              "11021",
              "11022",
              "11023",
              "11024",
              "11025",
              "11026",
              "11027",
              "11028",
              "11029",
              "11030",
              "11031",
              "11032",
              "11033",
              "11034",
              "11035",
              "11036",
              "11037",
              "11038",
              "11039",
              "11040",
              "11041",
              "11042",
              "11043",
              "11044",
              "11045",
              "11046",
              "11047",
              "11048",
              "11049",
              "11050",
              "11051",
              "11052",
              "11053",
              "11054",
              "11055",
              "11056",
              "11057",
              "11058",
              "11059",
              "11060",
              "11061",
              "11062",
              "11063",
              "11064",
              "11065",
              "11066",
              "11067",
              "11068",
              "11069",
              "11070",
              "11071",
              "11072",
              "11073",
              "11074",
              "11075",
              "11076",
              "11077",
              "11078",
              "11079",
              "11080",
              "11081",
              "11082",
              "11083",
              "11084",
              "11085",
              "11086",
              "11087",
              "11088",
              "11089",
              "11090",
              "11091",
              "11092",
              "11093",
              "11094",
              "11095",
              "11096",
              "11097",
              "11098",
              "11099",
              "11100",
              "11101",
              "11102",
              "11103",
              "11104",
              "11105",
              "11106",
              "11107",
              "11108",
              "11109",
              "11110",
              "11111",
              "11112",
              "11113",
              "11114",
              "11115",
              "11116",
              "11117",
              "11118",
              "11119",
              "11120",
              "11121",
              "11122",
              "11123",
              "11124",
              "11125",
              "11126",
              "11127",
              "11128",
              "11129",
              "11130",
              "11131",
              "11132",
              "11133",
              "11134",
              "11135",
              "11136",
              "11137",
              "11138",
              "11139",
              "11140",
              "11141",
              "11142",
              "11143",
              "11144",
              "11145",
              "11146",
              "11147",
              "11148",
              "11149",
              "11150",
              "11151",
              "11152",
              "11153",
              "11154",
              "11155",
              "11156",
              "11157",
              "11158",
              "11159",
              "11160",
              "11161",
              "11162",
              "11163",
              "11164",
              "11165",
              "11166",
              "11167",
              "11168",
              "11169",
              "11170",
              "11171",
              "11172",
              "11173",
              "11174",
              "11175",
              "11176",
              "11177",
              "11178",
              "11179",
              "11180",
              "11181",
              "11182",
              "11183",
              "11184",
              "11185",
              "11186",
              "11187",
              "11188",
              "11189",
              "11190",
              "11191",
              "11192",
              "11193",
              "11194",
              "11195",
              "11196",
              "11197",
              "11198",
              "11199",
              "11200",
              "11201",
              "11202",
              "11203",
              "11204",
              "11205",
              "11206",
              "11207",
              "11208",
              "11209",
              "11210",
              "11211",
              "11212",
              "11213",
              "11214",
              "11215",
              "11216",
              "11217",
              "11218",
              "11219",
              "11220",
              "11221",
              "11222",
              "11223",
              "11224",
              "11225",
              "11226",
              "11227",
              "11228",
              "11229",
              "11230",
              "11231",
              "11232",
              "11233",
              "11234",
              "11235",
              "11236",
              "11237",
              "11238",
              "11239",
              "11240",
              "11241",
              "11242",
              "11243",
              "11244",
              "11245",
              "11246",
              "11247",
              "11248",
              "11249",
              "11250",
              "11251",
              "11252",
              "11253",
              "11254",
              "11255",
              "11256",
              "11257",
              "11258",
              "11259",
              "11260",
              "11261",
              "11262",
              "11263",
              "11264",
              "11265",
              "11266",
              "11267",
              "11268",
              "11269",
              "11270",
              "11271",
              "11272",
              "11273",
              "11274",
              "11275",
              "11276",
              "11277",
              "11278",
              "11279",
              "11280",
              "11281",
              "11282",
              "11283",
              "11284",
              "11285",
              "11286",
              "11287",
              "11288",
              "11289",
              "11290",
              "11291",
              "11292",
              "11293",
              "11294",
              "11295",
              "11296",
              "11297",
              "11298",
              "11299",
              "11300",
              "11301",
              "11302",
              "11303",
              "11304",
              "11305",
              "11306",
              "11307",
              "11308",
              "11309",
              "11310",
              "11311",
              "11312",
              "11313",
              "11314",
              "11315",
              "11316",
              "11317",
              "11318",
              "11319",
              "11320",
              "11321",
              "11322",
              "11323",
              "11324",
              "11325",
              "11326",
              "11327",
              "11328",
              "11329",
              "11330",
              "11331",
              "11332",
              "11333",
              "11334",
              "11335",
              "11336",
              "11337"
            ],
            "type": "string",
            "description": ""
          },
          "sort": {
            "title": "🔀 Sorting",
            "enum": [
              "recommended",
              "rating",
              "review_count"
            ],
            "type": "string",
            "description": ""
          },
          "include_media": {
            "title": "Fetch Media",
            "type": "integer",
            "description": "💡 Number of media"
          },
          "media_category": {
            "title": "Media Category",
            "type": "string",
            "description": "💡 Fetch only specific media group/tab. <i><code>(examples: \"food\" or \"interior\")</code></i>"
          },
          "media_group": {
            "title": "Media Grouping",
            "type": "boolean",
            "description": ""
          },
          "include_reviews": {
            "title": "Fetch Reviews",
            "type": "integer",
            "description": "💡 Number of review"
          },
          "reviews_search": {
            "title": "Search",
            "type": "string",
            "description": "💡 Search reviews."
          },
          "reviews_sort": {
            "title": "Sort",
            "enum": [
              "relevance_desc",
              "date_desc",
              "date_asc",
              "rating_desc",
              "rating_asc",
              "elites_desc"
            ],
            "type": "string",
            "description": ""
          },
          "reviews_rating": {
            "title": "Rating",
            "enum": [
              "5",
              "4",
              "3",
              "2",
              "1"
            ],
            "type": "string",
            "description": ""
          },
          "include_question": {
            "title": "Fetch Questions",
            "type": "integer",
            "description": "💡 Number of question"
          },
          "question_sort": {
            "title": "Sort",
            "enum": [
              "recommended",
              "best",
              "most_answered"
            ],
            "type": "string",
            "description": ""
          },
          "include_tips": {
            "title": "Fetch Quick-Tips",
            "type": "integer",
            "description": "💡 Number of quicktips"
          },
          "include_rating": {
            "title": "Rating Counts",
            "type": "boolean",
            "description": "💡 Rating counts"
          },
          "dev_proxy_config": {
            "title": "🌐 PROXY NETWORKING",
            "type": "object",
            "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>"
          },
          "dev_custom_headers": {
            "title": "📜 HTTP HEADERS",
            "type": "array",
            "description": "💡 Additional HTTP Headers",
            "items": {
              "type": "object",
              "required": [
                "key",
                "value"
              ],
              "properties": {
                "key": {
                  "type": "string",
                  "title": "Key"
                },
                "value": {
                  "type": "string",
                  "title": "Value"
                }
              }
            }
          },
          "dev_custom_cookies": {
            "title": "🍰 HTTP COOKIES",
            "type": "array",
            "description": "💡 Additional HTTP Cookies",
            "items": {
              "type": "object",
              "required": [
                "key",
                "value"
              ],
              "properties": {
                "key": {
                  "type": "string",
                  "title": "Key"
                },
                "value": {
                  "type": "string",
                  "title": "Value"
                }
              }
            }
          },
          "dev_transform_fields": {
            "title": "♻️ CUSTOM FIELD",
            "type": "array",
            "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>",
            "items": {
              "type": "object",
              "required": [
                "key",
                "value"
              ],
              "properties": {
                "key": {
                  "type": "string",
                  "title": "Key"
                },
                "value": {
                  "type": "string",
                  "title": "Value"
                }
              }
            }
          },
          "dev_dataset_name": {
            "title": "📁 CUSTOM STORAGE",
            "type": "string",
            "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>"
          },
          "dev_dataset_clear": {
            "title": "Clear Storage",
            "type": "boolean",
            "description": "Clear Dataset before insert/update."
          },
          "dev_no_strip": {
            "title": "Disable data cleansing",
            "type": "boolean",
            "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}