{
  "openapi": "3.0.1",
  "info": {
    "title": "Europages B2B Scraper",
    "description": "Europages B2B lead finder. Extract business leads and company information from Europages - Europe's largest B2B platform. Find potential business partners, suppliers, and clients across Europe. Research competitors in your industry.",
    "version": "0.0",
    "x-build-id": "y3w3tITD6CRwNCgoK"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/codebyte~europages-b2b-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-codebyte-europages-b2b-scraper",
        "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/codebyte~europages-b2b-scraper/runs": {
      "post": {
        "operationId": "runs-sync-codebyte-europages-b2b-scraper",
        "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/codebyte~europages-b2b-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-codebyte-europages-b2b-scraper",
        "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",
        "required": [
          "search_term"
        ],
        "properties": {
          "search_type": {
            "title": "Search Type",
            "enum": [
              "company",
              "product"
            ],
            "type": "string",
            "description": "Whether to search for companies or products",
            "default": "company"
          },
          "search_term": {
            "title": "Search Term",
            "type": "string",
            "description": "Term to search for",
            "default": "web scraping"
          },
          "max_pages": {
            "title": "Maximum Pages",
            "type": "integer",
            "description": "Maximum number of pages to process",
            "default": 0
          },
          "start_page": {
            "title": "Start Page",
            "type": "integer",
            "description": "Starting page number",
            "default": 1
          },
          "language": {
            "title": "Language",
            "enum": [
              "en",
              "de",
              "es",
              "fr",
              "it",
              "nl",
              "pt",
              "da",
              "et",
              "lt",
              "no",
              "fi",
              "sv",
              "bg",
              "cs",
              "el",
              "hu",
              "pl",
              "ro",
              "sl",
              "tr"
            ],
            "type": "string",
            "description": "Content language"
          },
          "country_codes": {
            "title": "Countries",
            "type": "array",
            "description": "Filter by countries of suppliers / countries suppliers ship from",
            "items": {
              "type": "string",
              "enum": [
                "AW",
                "AF",
                "AO",
                "AI",
                "AX",
                "AL",
                "AD",
                "AE",
                "AR",
                "AM",
                "AS",
                "AQ",
                "TF",
                "AG",
                "AU",
                "AT",
                "AZ",
                "BI",
                "BE",
                "BJ",
                "BQ",
                "BF",
                "BD",
                "BG",
                "BH",
                "BS",
                "BA",
                "BL",
                "BY",
                "BZ",
                "BM",
                "BO",
                "BR",
                "BB",
                "BN",
                "BT",
                "BV",
                "BW",
                "CF",
                "CA",
                "CC",
                "CH",
                "CL",
                "CN",
                "CI",
                "CM",
                "CD",
                "CG",
                "CK",
                "CO",
                "KM",
                "CV",
                "CR",
                "CU",
                "CW",
                "CX",
                "KY",
                "CY",
                "CZ",
                "DE",
                "DJ",
                "DM",
                "DK",
                "DO",
                "DZ",
                "EC",
                "EG",
                "ER",
                "EH",
                "ES",
                "EE",
                "ET",
                "FI",
                "FJ",
                "FK",
                "FR",
                "FO",
                "FM",
                "GA",
                "GB",
                "GE",
                "GG",
                "GH",
                "GI",
                "GN",
                "GP",
                "GM",
                "GW",
                "GQ",
                "GR",
                "GD",
                "GL",
                "GT",
                "GF",
                "GU",
                "GY",
                "HK",
                "HM",
                "HN",
                "HR",
                "HT",
                "HU",
                "ID",
                "IM",
                "IN",
                "IO",
                "IE",
                "IR",
                "IQ",
                "IS",
                "IL",
                "IT",
                "JM",
                "JE",
                "JO",
                "JP",
                "KZ",
                "KE",
                "KG",
                "KH",
                "KI",
                "KN",
                "KR",
                "KW",
                "LA",
                "LB",
                "LR",
                "LY",
                "LC",
                "LI",
                "LK",
                "LS",
                "LT",
                "LU",
                "LV",
                "MO",
                "MF",
                "MA",
                "MC",
                "MD",
                "MG",
                "MV",
                "MX",
                "MH",
                "MK",
                "ML",
                "MT",
                "MM",
                "ME",
                "MN",
                "MP",
                "MZ",
                "MR",
                "MS",
                "MQ",
                "MU",
                "MW",
                "MY",
                "YT",
                "NA",
                "NC",
                "NE",
                "NF",
                "NG",
                "NI",
                "NU",
                "NL",
                "NO",
                "NP",
                "NR",
                "NZ",
                "OM",
                "PK",
                "PA",
                "PN",
                "PE",
                "PH",
                "PW",
                "PG",
                "PL",
                "PR",
                "KP",
                "PT",
                "PY",
                "PS",
                "PF",
                "QA",
                "RE",
                "RO",
                "RU",
                "RW",
                "SA",
                "SD",
                "SN",
                "SG",
                "GS",
                "SH",
                "SJ",
                "SB",
                "SL",
                "SV",
                "SM",
                "SO",
                "PM",
                "RS",
                "SS",
                "ST",
                "SR",
                "SK",
                "SI",
                "SE",
                "SZ",
                "SX",
                "SC",
                "SY",
                "TC",
                "TD",
                "TG",
                "TH",
                "TJ",
                "TK",
                "TM",
                "TL",
                "TO",
                "TT",
                "TN",
                "TR",
                "TV",
                "TW",
                "TZ",
                "UG",
                "UA",
                "UM",
                "UY",
                "US",
                "UZ",
                "VA",
                "VC",
                "VE",
                "VG",
                "VI",
                "VN",
                "VU",
                "WF",
                "WS",
                "YE",
                "ZA",
                "ZM",
                "ZW"
              ],
              "enumTitles": [
                "Aruba",
                "Afghanistan",
                "Angola",
                "Anguilla",
                "Åland Islands",
                "Albania",
                "Andorra",
                "United Arab Emirates",
                "Argentina",
                "Armenia",
                "American Samoa",
                "Antarctica",
                "French Southern Territories",
                "Antigua and Barbuda",
                "Australia",
                "Austria",
                "Azerbaijan",
                "Burundi",
                "Belgium",
                "Benin",
                "Bonaire, Sint Eustatius and Saba",
                "Burkina Faso",
                "Bangladesh",
                "Bulgaria",
                "Bahrain",
                "Bahamas",
                "Bosnia and Herzegovina",
                "Saint Barthélemy",
                "Belarus",
                "Belize",
                "Bermuda",
                "Bolivia, Plurinational State of",
                "Brazil",
                "Barbados",
                "Brunei Darussalam",
                "Bhutan",
                "Bouvet Island",
                "Botswana",
                "Central African Republic",
                "Canada",
                "Cocos (Keeling) Islands",
                "Switzerland",
                "Chile",
                "China",
                "Côte d'Ivoire",
                "Cameroon",
                "Congo, The Democratic Republic of the",
                "Congo",
                "Cook Islands",
                "Colombia",
                "Comoros",
                "Cabo Verde",
                "Costa Rica",
                "Cuba",
                "Curaçao",
                "Christmas Island",
                "Cayman Islands",
                "Cyprus",
                "Czechia",
                "Germany",
                "Djibouti",
                "Dominica",
                "Denmark",
                "Dominican Republic",
                "Algeria",
                "Ecuador",
                "Egypt",
                "Eritrea",
                "Western Sahara",
                "Spain",
                "Estonia",
                "Ethiopia",
                "Finland",
                "Fiji",
                "Falkland Islands (Malvinas)",
                "France",
                "Faroe Islands",
                "Micronesia, Federated States of",
                "Gabon",
                "United Kingdom",
                "Georgia",
                "Guernsey",
                "Ghana",
                "Gibraltar",
                "Guinea",
                "Guadeloupe",
                "Gambia",
                "Guinea-Bissau",
                "Equatorial Guinea",
                "Greece",
                "Grenada",
                "Greenland",
                "Guatemala",
                "French Guiana",
                "Guam",
                "Guyana",
                "Hong Kong",
                "Heard Island and McDonald Islands",
                "Honduras",
                "Croatia",
                "Haiti",
                "Hungary",
                "Indonesia",
                "Isle of Man",
                "India",
                "British Indian Ocean Territory",
                "Ireland",
                "Iran, Islamic Republic of",
                "Iraq",
                "Iceland",
                "Israel",
                "Italy",
                "Jamaica",
                "Jersey",
                "Jordan",
                "Japan",
                "Kazakhstan",
                "Kenya",
                "Kyrgyzstan",
                "Cambodia",
                "Kiribati",
                "Saint Kitts and Nevis",
                "Korea, Republic of",
                "Kuwait",
                "Lao People's Democratic Republic",
                "Lebanon",
                "Liberia",
                "Libya",
                "Saint Lucia",
                "Liechtenstein",
                "Sri Lanka",
                "Lesotho",
                "Lithuania",
                "Luxembourg",
                "Latvia",
                "Macao",
                "Saint Martin (French part)",
                "Morocco",
                "Monaco",
                "Moldova, Republic of",
                "Madagascar",
                "Maldives",
                "Mexico",
                "Marshall Islands",
                "North Macedonia",
                "Mali",
                "Malta",
                "Myanmar",
                "Montenegro",
                "Mongolia",
                "Northern Mariana Islands",
                "Mozambique",
                "Mauritania",
                "Montserrat",
                "Martinique",
                "Mauritius",
                "Malawi",
                "Malaysia",
                "Mayotte",
                "Namibia",
                "New Caledonia",
                "Niger",
                "Norfolk Island",
                "Nigeria",
                "Nicaragua",
                "Niue",
                "Netherlands",
                "Norway",
                "Nepal",
                "Nauru",
                "New Zealand",
                "Oman",
                "Pakistan",
                "Panama",
                "Pitcairn",
                "Peru",
                "Philippines",
                "Palau",
                "Papua New Guinea",
                "Poland",
                "Puerto Rico",
                "Korea, Democratic People's Republic of",
                "Portugal",
                "Paraguay",
                "Palestine, State of",
                "French Polynesia",
                "Qatar",
                "Réunion",
                "Romania",
                "Russian Federation",
                "Rwanda",
                "Saudi Arabia",
                "Sudan",
                "Senegal",
                "Singapore",
                "South Georgia and the South Sandwich Islands",
                "Saint Helena, Ascension and Tristan da Cunha",
                "Svalbard and Jan Mayen",
                "Solomon Islands",
                "Sierra Leone",
                "El Salvador",
                "San Marino",
                "Somalia",
                "Saint Pierre and Miquelon",
                "Serbia",
                "South Sudan",
                "Sao Tome and Principe",
                "Suriname",
                "Slovakia",
                "Slovenia",
                "Sweden",
                "Eswatini",
                "Sint Maarten (Dutch part)",
                "Seychelles",
                "Syrian Arab Republic",
                "Turks and Caicos Islands",
                "Chad",
                "Togo",
                "Thailand",
                "Tajikistan",
                "Tokelau",
                "Turkmenistan",
                "Timor-Leste",
                "Tonga",
                "Trinidad and Tobago",
                "Tunisia",
                "Türkiye",
                "Tuvalu",
                "Taiwan, Province of China",
                "Tanzania, United Republic of",
                "Uganda",
                "Ukraine",
                "United States Minor Outlying Islands",
                "Uruguay",
                "United States",
                "Uzbekistan",
                "Holy See (Vatican City State)",
                "Saint Vincent and the Grenadines",
                "Venezuela, Bolivarian Republic of",
                "Virgin Islands, British",
                "Virgin Islands, U.S.",
                "Viet Nam",
                "Vanuatu",
                "Wallis and Futuna",
                "Samoa",
                "Yemen",
                "South Africa",
                "Zambia",
                "Zimbabwe"
              ]
            }
          },
          "my_region": {
            "title": "Region",
            "enum": [
              "at",
              "be",
              "bg",
              "cz",
              "dk",
              "ee",
              "fi",
              "fr",
              "de",
              "gr",
              "hu",
              "ie",
              "it",
              "lv",
              "lt",
              "nl",
              "no",
              "pl",
              "pt",
              "ro",
              "sk",
              "si",
              "es",
              "se",
              "ch",
              "tr",
              "gb",
              "ca",
              "us",
              "cn"
            ],
            "type": "string",
            "description": "Prioritize suppliers and products that ship to my region"
          },
          "supplier_type_filter": {
            "title": "Supplier Types",
            "type": "array",
            "description": "Filter by supplier types",
            "items": {
              "type": "string",
              "enum": [
                "production",
                "customer_specific_manufacturing",
                "distribution",
                "service",
                "wholesaler"
              ],
              "enumTitles": [
                "Manufacturer/Producer",
                "Customer-specific manufacturer",
                "Distributor",
                "Service provider",
                "Wholesaler"
              ]
            }
          },
          "employee_count_filter": {
            "title": "Employee Count Range",
            "type": "array",
            "description": "Filter by employee count range",
            "items": {
              "type": "string",
              "enum": [
                "1-4",
                "5-9",
                "10-19",
                "20-49",
                "50-99",
                "100-199",
                "200-499",
                "500-999",
                "1000+"
              ],
              "enumTitles": [
                "1-4",
                "5-9",
                "10-19",
                "20-49",
                "50-99",
                "100-199",
                "200-499",
                "500-999",
                "1000+"
              ]
            }
          },
          "only_verified_companies": {
            "title": "Only Verified Companies",
            "type": "boolean",
            "description": "Show only verified companies",
            "default": false
          },
          "include_company_details": {
            "title": "Include Company Details",
            "type": "boolean",
            "description": "Whether to fetch detailed company information",
            "default": false
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}