{
  "info": {
    "name": "Yandex Search API Postman Collection",
    "description": "Scrapes Yandex web search results and returns HTML.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "Yandex Search API starter request",
      "request": {
        "method": "GET",
        "header": [],
        "url": {
          "raw": "https://serpapi.webscrapingapi.com/v2?api_key={{api_key}}&engine=yandex&text=webscrapingapi",
          "protocol": "https",
          "host": [
            "serpapi",
            "webscrapingapi",
            "com"
          ],
          "path": [
            "v2"
          ],
          "query": [
            {
              "key": "api_key",
              "value": "{{api_key}}"
            },
            {
              "key": "engine",
              "value": "yandex"
            },
            {
              "key": "text",
              "value": "webscrapingapi"
            }
          ]
        },
        "description": "Starter request for Yandex Search API.\n\nSet the collection `api_key` variable before sending the request."
      }
    }
  ],
  "variable": [
    {
      "key": "api_key",
      "value": "YOUR_API_KEY",
      "type": "string"
    }
  ]
}
