Europages Company Scraper avatar

Europages Company Scraper

Pricing

Pay per usage

Go to Apify Store
Europages Company Scraper

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

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

  1. You provide one or more search keywords and pick the Europages site to search.
  2. For each keyword, the actor loads the company directory results page fully, just like a real visitor, and reads every company card on it.
  3. Each company is saved as a COMPANY record with its location, description, activities, and contact details when shown.
  4. 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.

FieldTypeDescription
queriesarrayRequired. Product or industry keywords to find suppliers for (one per entry).
countrystringEuropages 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.
maxItemsintegerMaximum company profiles to collect per keyword (1500). Default 50.
maxRequestRetriesintegerHow many times a keyword search is retried before giving up (110). Default 3.
proxyConfigurationobjectRequired. 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"
}
FieldTypeDescription
recordTypestringAlways "COMPANY".
querystringThe keyword that produced this record.
domainstringThe Europages site that was searched.
namestringCompany name.
urlstringLink to the company's Europages profile.
countrystringCompany country.
citystringCompany city/locality when shown.
descriptionstringShort company description.
activitiesarrayActivities/categories the company is listed under.
phonestringPublic phone number when shown.
websitestringCompany website when shown.
logostringCompany logo URL when shown.
sourcestringWhere the row came from on the page.
scrapedAtstringISO 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

ActorDescription
Alibaba Company ScraperSupplier company profiles from Alibaba with capabilities and certifications.
Alibaba RFQ ScraperLive buyer requests-for-quotation from Alibaba sourcing.
Europages Company ScraperB2B supplier and manufacturer profiles from Europages by keyword.