Europages Company Scraper
Pricing
Pay per usage
Europages Company Scraper
Search Europages by product or industry keyword and extract B2B company profiles — name, location, description, activities, phone, and website — as clean structured rows.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Farhan Febrian Nauval
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Search Europages by any product or industry keyword and get clean, structured B2B supplier and manufacturer profiles — company name, location, description, activities, phone, and website.
Why use this actor
- Find suppliers by keyword — type a product or industry term and get the companies that offer it, straight from Europages.
- Full company profiles — name, country and city, description, the activities they're listed under, plus phone and website when public.
- Five Europages sites — search the International (English) directory or the French, German, Italian, or Spanish sites.
- No account, no API key — works straight from the public company directory.
- Stable JSON output — the same field names every run, ready for spreadsheets, CRMs, databases, or lead pipelines.
How it works
- You provide one or more search keywords and pick the Europages site to search.
- For each keyword, the actor loads the company directory results page fully, just like a real visitor, and reads every company card on it.
- Each company is saved as a
COMPANYrecord with its location, description, activities, and contact details when shown. - Everything lands in your dataset, exportable as JSON, CSV, or Excel.
You don't need to manage any browsers or scrapers.
Residential proxy required. Europages only serves its pages to genuine residential visitors. You must run this actor with the Apify RESIDENTIAL proxy group (it is prefilled in the input). Because the actor loads each page fully like a real visitor, it is more compute-intensive than a simple data scraper — this is reflected in its pricing.
Input
{"queries": ["earbuds","industrial valves"],"country": "www.europages.co.uk","maxItems": 50,"maxRequestRetries": 3,"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }}
Each keyword in queries is processed independently and produces its own set of COMPANY records.
| Field | Type | Description |
|---|---|---|
queries | array | Required. Product or industry keywords to find suppliers for (one per entry). |
country | string | Europages site to search. One of: www.europages.co.uk (International, English), www.europages.fr (France), www.europages.de (Germany), www.europages.it (Italy), www.europages.es (Spain). The site sets the interface language. Default www.europages.co.uk. |
maxItems | integer | Maximum company profiles to collect per keyword (1–500). Default 50. |
maxRequestRetries | integer | How many times a keyword search is retried before giving up (1–10). Default 3. |
proxyConfiguration | object | Required. Apify Proxy configuration. The RESIDENTIAL group is required — datacenter IPs are turned away. Prefilled for you. |
Output
Per company (recordType: "COMPANY"):
{"recordType": "COMPANY","query": "earbuds","domain": "www.europages.co.uk","name": "Example Audio Manufacturing Ltd","url": "https://www.europages.co.uk/EXAMPLE-AUDIO/00000001234-001.html","country": "United Kingdom","city": "Manchester","description": "Manufacturer of wireless earbuds and audio accessories for OEM and retail.","activities": ["Earphones", "Audio accessories", "Consumer electronics"],"phone": "+44 161 000 0000","website": "https://example-audio.com","logo": "https://www.europages.co.uk/.../logo.png","source": "directory","scrapedAt": "2026-06-10T12:00:00Z"}
| Field | Type | Description |
|---|---|---|
recordType | string | Always "COMPANY". |
query | string | The keyword that produced this record. |
domain | string | The Europages site that was searched. |
name | string | Company name. |
url | string | Link to the company's Europages profile. |
country | string | Company country. |
city | string | Company city/locality when shown. |
description | string | Short company description. |
activities | array | Activities/categories the company is listed under. |
phone | string | Public phone number when shown. |
website | string | Company website when shown. |
logo | string | Company logo URL when shown. |
source | string | Where the row came from on the page. |
scrapedAt | string | ISO 8601 timestamp of collection. |
If a keyword's page cannot be loaded, the actor emits a diagnostic row for that keyword (error: "WAF_BLOCKED") instead of silently skipping it — re-run that keyword with the RESIDENTIAL proxy group enabled.
Other B2B Scrapers
| Actor | Description |
|---|---|
| Alibaba Company Scraper | Supplier company profiles from Alibaba with capabilities and certifications. |
| Alibaba RFQ Scraper | Live buyer requests-for-quotation from Alibaba sourcing. |
| Europages Company Scraper | B2B supplier and manufacturer profiles from Europages by keyword. |