Europages B2B Scraper avatar

Europages B2B Scraper

Try for free

1 day trial then $30.00/month - No credit card required now

Go to Store
Europages B2B Scraper

Europages B2B Scraper

codebyte/europages-b2b-scraper
Try for free

1 day trial then $30.00/month - No credit card required now

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.

You can access the Europages B2B Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.0",
5    "x-build-id": "y3w3tITD6CRwNCgoK"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/codebyte~europages-b2b-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-codebyte-europages-b2b-scraper",
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/codebyte~europages-b2b-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-codebyte-europages-b2b-scraper",
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/codebyte~europages-b2b-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-codebyte-europages-b2b-scraper",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "required": [
134          "search_term"
135        ],
136        "properties": {
137          "search_type": {
138            "title": "Search Type",
139            "enum": [
140              "company",
141              "product"
142            ],
143            "type": "string",
144            "description": "Whether to search for companies or products",
145            "default": "company"
146          },
147          "search_term": {
148            "title": "Search Term",
149            "type": "string",
150            "description": "Term to search for",
151            "default": "web scraping"
152          },
153          "max_pages": {
154            "title": "Maximum Pages",
155            "type": "integer",
156            "description": "Maximum number of pages to process",
157            "default": 0
158          },
159          "start_page": {
160            "title": "Start Page",
161            "type": "integer",
162            "description": "Starting page number",
163            "default": 1
164          },
165          "language": {
166            "title": "Language",
167            "enum": [
168              "en",
169              "de",
170              "es",
171              "fr",
172              "it",
173              "nl",
174              "pt",
175              "da",
176              "et",
177              "lt",
178              "no",
179              "fi",
180              "sv",
181              "bg",
182              "cs",
183              "el",
184              "hu",
185              "pl",
186              "ro",
187              "sl",
188              "tr"
189            ],
190            "type": "string",
191            "description": "Content language"
192          },
193          "country_codes": {
194            "title": "Countries",
195            "type": "array",
196            "description": "Filter by countries of suppliers / countries suppliers ship from",
197            "items": {
198              "type": "string",
199              "enum": [
200                "AW",
201                "AF",
202                "AO",
203                "AI",
204                "AX",
205                "AL",
206                "AD",
207                "AE",
208                "AR",
209                "AM",
210                "AS",
211                "AQ",
212                "TF",
213                "AG",
214                "AU",
215                "AT",
216                "AZ",
217                "BI",
218                "BE",
219                "BJ",
220                "BQ",
221                "BF",
222                "BD",
223                "BG",
224                "BH",
225                "BS",
226                "BA",
227                "BL",
228                "BY",
229                "BZ",
230                "BM",
231                "BO",
232                "BR",
233                "BB",
234                "BN",
235                "BT",
236                "BV",
237                "BW",
238                "CF",
239                "CA",
240                "CC",
241                "CH",
242                "CL",
243                "CN",
244                "CI",
245                "CM",
246                "CD",
247                "CG",
248                "CK",
249                "CO",
250                "KM",
251                "CV",
252                "CR",
253                "CU",
254                "CW",
255                "CX",
256                "KY",
257                "CY",
258                "CZ",
259                "DE",
260                "DJ",
261                "DM",
262                "DK",
263                "DO",
264                "DZ",
265                "EC",
266                "EG",
267                "ER",
268                "EH",
269                "ES",
270                "EE",
271                "ET",
272                "FI",
273                "FJ",
274                "FK",
275                "FR",
276                "FO",
277                "FM",
278                "GA",
279                "GB",
280                "GE",
281                "GG",
282                "GH",
283                "GI",
284                "GN",
285                "GP",
286                "GM",
287                "GW",
288                "GQ",
289                "GR",
290                "GD",
291                "GL",
292                "GT",
293                "GF",
294                "GU",
295                "GY",
296                "HK",
297                "HM",
298                "HN",
299                "HR",
300                "HT",
301                "HU",
302                "ID",
303                "IM",
304                "IN",
305                "IO",
306                "IE",
307                "IR",
308                "IQ",
309                "IS",
310                "IL",
311                "IT",
312                "JM",
313                "JE",
314                "JO",
315                "JP",
316                "KZ",
317                "KE",
318                "KG",
319                "KH",
320                "KI",
321                "KN",
322                "KR",
323                "KW",
324                "LA",
325                "LB",
326                "LR",
327                "LY",
328                "LC",
329                "LI",
330                "LK",
331                "LS",
332                "LT",
333                "LU",
334                "LV",
335                "MO",
336                "MF",
337                "MA",
338                "MC",
339                "MD",
340                "MG",
341                "MV",
342                "MX",
343                "MH",
344                "MK",
345                "ML",
346                "MT",
347                "MM",
348                "ME",
349                "MN",
350                "MP",
351                "MZ",
352                "MR",
353                "MS",
354                "MQ",
355                "MU",
356                "MW",
357                "MY",
358                "YT",
359                "NA",
360                "NC",
361                "NE",
362                "NF",
363                "NG",
364                "NI",
365                "NU",
366                "NL",
367                "NO",
368                "NP",
369                "NR",
370                "NZ",
371                "OM",
372                "PK",
373                "PA",
374                "PN",
375                "PE",
376                "PH",
377                "PW",
378                "PG",
379                "PL",
380                "PR",
381                "KP",
382                "PT",
383                "PY",
384                "PS",
385                "PF",
386                "QA",
387                "RE",
388                "RO",
389                "RU",
390                "RW",
391                "SA",
392                "SD",
393                "SN",
394                "SG",
395                "GS",
396                "SH",
397                "SJ",
398                "SB",
399                "SL",
400                "SV",
401                "SM",
402                "SO",
403                "PM",
404                "RS",
405                "SS",
406                "ST",
407                "SR",
408                "SK",
409                "SI",
410                "SE",
411                "SZ",
412                "SX",
413                "SC",
414                "SY",
415                "TC",
416                "TD",
417                "TG",
418                "TH",
419                "TJ",
420                "TK",
421                "TM",
422                "TL",
423                "TO",
424                "TT",
425                "TN",
426                "TR",
427                "TV",
428                "TW",
429                "TZ",
430                "UG",
431                "UA",
432                "UM",
433                "UY",
434                "US",
435                "UZ",
436                "VA",
437                "VC",
438                "VE",
439                "VG",
440                "VI",
441                "VN",
442                "VU",
443                "WF",
444                "WS",
445                "YE",
446                "ZA",
447                "ZM",
448                "ZW"
449              ],
450              "enumTitles": [
451                "Aruba",
452                "Afghanistan",
453                "Angola",
454                "Anguilla",
455                "Åland Islands",
456                "Albania",
457                "Andorra",
458                "United Arab Emirates",
459                "Argentina",
460                "Armenia",
461                "American Samoa",
462                "Antarctica",
463                "French Southern Territories",
464                "Antigua and Barbuda",
465                "Australia",
466                "Austria",
467                "Azerbaijan",
468                "Burundi",
469                "Belgium",
470                "Benin",
471                "Bonaire, Sint Eustatius and Saba",
472                "Burkina Faso",
473                "Bangladesh",
474                "Bulgaria",
475                "Bahrain",
476                "Bahamas",
477                "Bosnia and Herzegovina",
478                "Saint Barthélemy",
479                "Belarus",
480                "Belize",
481                "Bermuda",
482                "Bolivia, Plurinational State of",
483                "Brazil",
484                "Barbados",
485                "Brunei Darussalam",
486                "Bhutan",
487                "Bouvet Island",
488                "Botswana",
489                "Central African Republic",
490                "Canada",
491                "Cocos (Keeling) Islands",
492                "Switzerland",
493                "Chile",
494                "China",
495                "Côte d'Ivoire",
496                "Cameroon",
497                "Congo, The Democratic Republic of the",
498                "Congo",
499                "Cook Islands",
500                "Colombia",
501                "Comoros",
502                "Cabo Verde",
503                "Costa Rica",
504                "Cuba",
505                "Curaçao",
506                "Christmas Island",
507                "Cayman Islands",
508                "Cyprus",
509                "Czechia",
510                "Germany",
511                "Djibouti",
512                "Dominica",
513                "Denmark",
514                "Dominican Republic",
515                "Algeria",
516                "Ecuador",
517                "Egypt",
518                "Eritrea",
519                "Western Sahara",
520                "Spain",
521                "Estonia",
522                "Ethiopia",
523                "Finland",
524                "Fiji",
525                "Falkland Islands (Malvinas)",
526                "France",
527                "Faroe Islands",
528                "Micronesia, Federated States of",
529                "Gabon",
530                "United Kingdom",
531                "Georgia",
532                "Guernsey",
533                "Ghana",
534                "Gibraltar",
535                "Guinea",
536                "Guadeloupe",
537                "Gambia",
538                "Guinea-Bissau",
539                "Equatorial Guinea",
540                "Greece",
541                "Grenada",
542                "Greenland",
543                "Guatemala",
544                "French Guiana",
545                "Guam",
546                "Guyana",
547                "Hong Kong",
548                "Heard Island and McDonald Islands",
549                "Honduras",
550                "Croatia",
551                "Haiti",
552                "Hungary",
553                "Indonesia",
554                "Isle of Man",
555                "India",
556                "British Indian Ocean Territory",
557                "Ireland",
558                "Iran, Islamic Republic of",
559                "Iraq",
560                "Iceland",
561                "Israel",
562                "Italy",
563                "Jamaica",
564                "Jersey",
565                "Jordan",
566                "Japan",
567                "Kazakhstan",
568                "Kenya",
569                "Kyrgyzstan",
570                "Cambodia",
571                "Kiribati",
572                "Saint Kitts and Nevis",
573                "Korea, Republic of",
574                "Kuwait",
575                "Lao People's Democratic Republic",
576                "Lebanon",
577                "Liberia",
578                "Libya",
579                "Saint Lucia",
580                "Liechtenstein",
581                "Sri Lanka",
582                "Lesotho",
583                "Lithuania",
584                "Luxembourg",
585                "Latvia",
586                "Macao",
587                "Saint Martin (French part)",
588                "Morocco",
589                "Monaco",
590                "Moldova, Republic of",
591                "Madagascar",
592                "Maldives",
593                "Mexico",
594                "Marshall Islands",
595                "North Macedonia",
596                "Mali",
597                "Malta",
598                "Myanmar",
599                "Montenegro",
600                "Mongolia",
601                "Northern Mariana Islands",
602                "Mozambique",
603                "Mauritania",
604                "Montserrat",
605                "Martinique",
606                "Mauritius",
607                "Malawi",
608                "Malaysia",
609                "Mayotte",
610                "Namibia",
611                "New Caledonia",
612                "Niger",
613                "Norfolk Island",
614                "Nigeria",
615                "Nicaragua",
616                "Niue",
617                "Netherlands",
618                "Norway",
619                "Nepal",
620                "Nauru",
621                "New Zealand",
622                "Oman",
623                "Pakistan",
624                "Panama",
625                "Pitcairn",
626                "Peru",
627                "Philippines",
628                "Palau",
629                "Papua New Guinea",
630                "Poland",
631                "Puerto Rico",
632                "Korea, Democratic People's Republic of",
633                "Portugal",
634                "Paraguay",
635                "Palestine, State of",
636                "French Polynesia",
637                "Qatar",
638                "Réunion",
639                "Romania",
640                "Russian Federation",
641                "Rwanda",
642                "Saudi Arabia",
643                "Sudan",
644                "Senegal",
645                "Singapore",
646                "South Georgia and the South Sandwich Islands",
647                "Saint Helena, Ascension and Tristan da Cunha",
648                "Svalbard and Jan Mayen",
649                "Solomon Islands",
650                "Sierra Leone",
651                "El Salvador",
652                "San Marino",
653                "Somalia",
654                "Saint Pierre and Miquelon",
655                "Serbia",
656                "South Sudan",
657                "Sao Tome and Principe",
658                "Suriname",
659                "Slovakia",
660                "Slovenia",
661                "Sweden",
662                "Eswatini",
663                "Sint Maarten (Dutch part)",
664                "Seychelles",
665                "Syrian Arab Republic",
666                "Turks and Caicos Islands",
667                "Chad",
668                "Togo",
669                "Thailand",
670                "Tajikistan",
671                "Tokelau",
672                "Turkmenistan",
673                "Timor-Leste",
674                "Tonga",
675                "Trinidad and Tobago",
676                "Tunisia",
677                "Türkiye",
678                "Tuvalu",
679                "Taiwan, Province of China",
680                "Tanzania, United Republic of",
681                "Uganda",
682                "Ukraine",
683                "United States Minor Outlying Islands",
684                "Uruguay",
685                "United States",
686                "Uzbekistan",
687                "Holy See (Vatican City State)",
688                "Saint Vincent and the Grenadines",
689                "Venezuela, Bolivarian Republic of",
690                "Virgin Islands, British",
691                "Virgin Islands, U.S.",
692                "Viet Nam",
693                "Vanuatu",
694                "Wallis and Futuna",
695                "Samoa",
696                "Yemen",
697                "South Africa",
698                "Zambia",
699                "Zimbabwe"
700              ]
701            }
702          },
703          "my_region": {
704            "title": "Region",
705            "enum": [
706              "at",
707              "be",
708              "bg",
709              "cz",
710              "dk",
711              "ee",
712              "fi",
713              "fr",
714              "de",
715              "gr",
716              "hu",
717              "ie",
718              "it",
719              "lv",
720              "lt",
721              "nl",
722              "no",
723              "pl",
724              "pt",
725              "ro",
726              "sk",
727              "si",
728              "es",
729              "se",
730              "ch",
731              "tr",
732              "gb",
733              "ca",
734              "us",
735              "cn"
736            ],
737            "type": "string",
738            "description": "Prioritize suppliers and products that ship to my region"
739          },
740          "supplier_type_filter": {
741            "title": "Supplier Types",
742            "type": "array",
743            "description": "Filter by supplier types",
744            "items": {
745              "type": "string",
746              "enum": [
747                "production",
748                "customer_specific_manufacturing",
749                "distribution",
750                "service",
751                "wholesaler"
752              ],
753              "enumTitles": [
754                "Manufacturer/Producer",
755                "Customer-specific manufacturer",
756                "Distributor",
757                "Service provider",
758                "Wholesaler"
759              ]
760            }
761          },
762          "employee_count_filter": {
763            "title": "Employee Count Range",
764            "type": "array",
765            "description": "Filter by employee count range",
766            "items": {
767              "type": "string",
768              "enum": [
769                "1-4",
770                "5-9",
771                "10-19",
772                "20-49",
773                "50-99",
774                "100-199",
775                "200-499",
776                "500-999",
777                "1000+"
778              ],
779              "enumTitles": [
780                "1-4",
781                "5-9",
782                "10-19",
783                "20-49",
784                "50-99",
785                "100-199",
786                "200-499",
787                "500-999",
788                "1000+"
789              ]
790            }
791          },
792          "only_verified_companies": {
793            "title": "Only Verified Companies",
794            "type": "boolean",
795            "description": "Show only verified companies",
796            "default": false
797          },
798          "include_company_details": {
799            "title": "Include Company Details",
800            "type": "boolean",
801            "description": "Whether to fetch detailed company information",
802            "default": false
803          }
804        }
805      },
806      "runsResponseSchema": {
807        "type": "object",
808        "properties": {
809          "data": {
810            "type": "object",
811            "properties": {
812              "id": {
813                "type": "string"
814              },
815              "actId": {
816                "type": "string"
817              },
818              "userId": {
819                "type": "string"
820              },
821              "startedAt": {
822                "type": "string",
823                "format": "date-time",
824                "example": "2025-01-08T00:00:00.000Z"
825              },
826              "finishedAt": {
827                "type": "string",
828                "format": "date-time",
829                "example": "2025-01-08T00:00:00.000Z"
830              },
831              "status": {
832                "type": "string",
833                "example": "READY"
834              },
835              "meta": {
836                "type": "object",
837                "properties": {
838                  "origin": {
839                    "type": "string",
840                    "example": "API"
841                  },
842                  "userAgent": {
843                    "type": "string"
844                  }
845                }
846              },
847              "stats": {
848                "type": "object",
849                "properties": {
850                  "inputBodyLen": {
851                    "type": "integer",
852                    "example": 2000
853                  },
854                  "rebootCount": {
855                    "type": "integer",
856                    "example": 0
857                  },
858                  "restartCount": {
859                    "type": "integer",
860                    "example": 0
861                  },
862                  "resurrectCount": {
863                    "type": "integer",
864                    "example": 0
865                  },
866                  "computeUnits": {
867                    "type": "integer",
868                    "example": 0
869                  }
870                }
871              },
872              "options": {
873                "type": "object",
874                "properties": {
875                  "build": {
876                    "type": "string",
877                    "example": "latest"
878                  },
879                  "timeoutSecs": {
880                    "type": "integer",
881                    "example": 300
882                  },
883                  "memoryMbytes": {
884                    "type": "integer",
885                    "example": 1024
886                  },
887                  "diskMbytes": {
888                    "type": "integer",
889                    "example": 2048
890                  }
891                }
892              },
893              "buildId": {
894                "type": "string"
895              },
896              "defaultKeyValueStoreId": {
897                "type": "string"
898              },
899              "defaultDatasetId": {
900                "type": "string"
901              },
902              "defaultRequestQueueId": {
903                "type": "string"
904              },
905              "buildNumber": {
906                "type": "string",
907                "example": "1.0.0"
908              },
909              "containerUrl": {
910                "type": "string"
911              },
912              "usage": {
913                "type": "object",
914                "properties": {
915                  "ACTOR_COMPUTE_UNITS": {
916                    "type": "integer",
917                    "example": 0
918                  },
919                  "DATASET_READS": {
920                    "type": "integer",
921                    "example": 0
922                  },
923                  "DATASET_WRITES": {
924                    "type": "integer",
925                    "example": 0
926                  },
927                  "KEY_VALUE_STORE_READS": {
928                    "type": "integer",
929                    "example": 0
930                  },
931                  "KEY_VALUE_STORE_WRITES": {
932                    "type": "integer",
933                    "example": 1
934                  },
935                  "KEY_VALUE_STORE_LISTS": {
936                    "type": "integer",
937                    "example": 0
938                  },
939                  "REQUEST_QUEUE_READS": {
940                    "type": "integer",
941                    "example": 0
942                  },
943                  "REQUEST_QUEUE_WRITES": {
944                    "type": "integer",
945                    "example": 0
946                  },
947                  "DATA_TRANSFER_INTERNAL_GBYTES": {
948                    "type": "integer",
949                    "example": 0
950                  },
951                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
952                    "type": "integer",
953                    "example": 0
954                  },
955                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
956                    "type": "integer",
957                    "example": 0
958                  },
959                  "PROXY_SERPS": {
960                    "type": "integer",
961                    "example": 0
962                  }
963                }
964              },
965              "usageTotalUsd": {
966                "type": "number",
967                "example": 0.00005
968              },
969              "usageUsd": {
970                "type": "object",
971                "properties": {
972                  "ACTOR_COMPUTE_UNITS": {
973                    "type": "integer",
974                    "example": 0
975                  },
976                  "DATASET_READS": {
977                    "type": "integer",
978                    "example": 0
979                  },
980                  "DATASET_WRITES": {
981                    "type": "integer",
982                    "example": 0
983                  },
984                  "KEY_VALUE_STORE_READS": {
985                    "type": "integer",
986                    "example": 0
987                  },
988                  "KEY_VALUE_STORE_WRITES": {
989                    "type": "number",
990                    "example": 0.00005
991                  },
992                  "KEY_VALUE_STORE_LISTS": {
993                    "type": "integer",
994                    "example": 0
995                  },
996                  "REQUEST_QUEUE_READS": {
997                    "type": "integer",
998                    "example": 0
999                  },
1000                  "REQUEST_QUEUE_WRITES": {
1001                    "type": "integer",
1002                    "example": 0
1003                  },
1004                  "DATA_TRANSFER_INTERNAL_GBYTES": {
1005                    "type": "integer",
1006                    "example": 0
1007                  },
1008                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
1009                    "type": "integer",
1010                    "example": 0
1011                  },
1012                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1013                    "type": "integer",
1014                    "example": 0
1015                  },
1016                  "PROXY_SERPS": {
1017                    "type": "integer",
1018                    "example": 0
1019                  }
1020                }
1021              }
1022            }
1023          }
1024        }
1025      }
1026    }
1027  }
1028}

Europages B2B 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 Europages B2B Scraper 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

  • 4 monthly users

  • 1 bookmark

  • 77% runs succeeded

  • Created in Feb 2025

  • Modified 3 days ago