Europages Scraper avatar

Europages Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Europages Scraper

Europages Scraper

[💰 $10.0 / 1K] Extract B2B company and supplier profiles from Europages — name, description, address, phone, email, website, VAT number, employee count, founding year, business types, and categories. Search by keyword + country, or paste Europages URLs.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Pull verified B2B supplier and manufacturer profiles from Europages at scale — company name, description, full postal address, phone, email, VAT number, employee count, founding year, supplier type, and precise latitude/longitude for every company across the pan-European industrial directory. Built for procurement teams, B2B sales and lead-gen, and supply-chain analysts who need a clean, structured supplier dataset without browsing the directory one company at a time.

Why This Scraper?

  • Verified VAT IDs for cross-border tax validation — capture each supplier's VAT number (e.g. DE323827758) for KYC, due-diligence, and reverse-charge invoicing across the EU.
  • Precise latitude/longitude on every supplier — exact geo coordinates plus full street address, city, postal code, and ISO country code for territory mapping and catchment analysis.
  • 25 country filters from Germany to Türkiye to China — restrict suppliers to any mix of 25 markets, or leave it open to search all of Europe at once.
  • 9 localized language editions — read supplier descriptions in their native market language: English, German, French, Italian, Spanish, Dutch, Portuguese, Polish, or Turkish.
  • Four supplier-type filters — narrow to Manufacturers / Producers, Wholesalers, Distributors, or Service Providers so your list matches your sourcing intent.
  • Supplier-trust signals built in — response rate, average response time, and declared certificate counts on every profile to score vendor reliability before you reach out.
  • Company-size segmentation fields — founding year and employee-count band on each record let you filter for established manufacturers or fast-growing SMEs.
  • Product/service categories and keywords — every supplier carries its Europages category and a keyword list, so you can cluster a market by what each company actually makes.
  • Keyword + country search builder, no hand-built URLs — type "industrial valves" and pick a country; the actor assembles every search for you and batches many terms in one run.

Use Cases

Lead Generation & Sales Prospecting

  • Build targeted supplier contact lists with website, phone, and email where published
  • Segment prospects by supplier type — reach only Manufacturers or only Distributors
  • Localize outreach by pulling each edition's native-language company descriptions
  • Score leads up front using response rate and certificate counts

Procurement & Supplier Sourcing

  • Shortlist qualified manufacturers for a specific component across multiple countries
  • Validate vendor legitimacy with VAT IDs and declared certifications before RFQs
  • Compare supplier density for a category between Germany, France, Italy, and beyond
  • Find alternate or backup suppliers to de-risk a single-source supply chain

Market & Competitive Research

  • Map the competitive landscape of an industrial niche across 25 markets
  • Track which categories and keywords competitors position themselves under
  • Benchmark company sizes in a sector using founding year and employee bands
  • Quantify a market by counting suppliers per country and supplier type

Supply-Chain & Territory Analysis

  • Plot suppliers on a map using per-company latitude/longitude for logistics planning
  • Cluster vendors by distribution area to optimize regional sourcing
  • Identify supplier concentration risk in a single city or postal region
  • Feed geo-tagged supplier data into routing and catchment models

Data Enrichment & CRM Integration

  • Enrich an existing vendor database with VAT IDs, geo, and firmographics
  • De-duplicate and standardize supplier records across European markets
  • Power B2B directories and analytics dashboards with fresh company data
  • Keep a sourcing CRM current with response-time and certification signals

Getting Started

The fastest way to start — one product term, all of Europe:

{
"searchTerms": ["cardboard packaging"],
"maxResults": 50
}

Keyword + Country + Supplier Type

Narrow to German and French manufacturers of industrial valves:

{
"searchTerms": ["industrial valves"],
"countries": ["de", "fr"],
"supplierTypes": ["manufacturer"],
"maxResults": 200
}

Localized Edition (Native-Language Descriptions)

Pull olive oil suppliers from the Spanish edition for native-language company text:

{
"searchTerms": ["aceite de oliva"],
"countries": ["es"],
"language": "es",
"maxResults": 100
}

Paste Europages URLs Directly

Mix keyword search pages, category listings, and a single company profile in one run:

{
"startUrls": [
"https://www.europages.co.uk/en/search?q=packaging",
"https://www.europages.fr/entreprises/emballages%20en%20carton.html"
],
"maxResults": 100
}

Multiple terms across several countries, filtered by supplier type:

{
"searchTerms": ["olive oil", "pasta machinery"],
"countries": ["it", "es", "gr"],
"supplierTypes": ["manufacturer", "distributor"],
"language": "en",
"maxResults": 500
}

Input Reference

What to Scrape

ParameterTypeDefaultDescription
searchTermsstring[]["cardboard packaging"]Products, services, or industry keywords to search. Each term is combined with every country — 2 terms x 3 countries = 6 searches.
countriesstring[][] (all of Europe)Restrict suppliers to these markets. 25 options: Germany, France, United Kingdom, Italy, Spain, Netherlands, Belgium, Poland, Türkiye, Austria, Switzerland, Portugal, Sweden, Denmark, Norway, Finland, Ireland, Czech Republic, Greece, Romania, Hungary, Bulgaria, Ukraine, United States, China.
startUrlsstring[][]Paste Europages URLs directly — keyword search pages, category listing pages, or individual company profiles. Filters baked into the URL are honored as-is.

Filters

ParameterTypeDefaultDescription
languageselectEnglishEuropages language edition. Sets both the result language and the language of company descriptions. 9 editions: English, German, French, Italian, Spanish, Dutch, Portuguese, Polish, Turkish.
supplierTypesstring[][] (all types)Only include companies matching these business types: Manufacturer / Producer, Wholesaler, Distributor, Service provider. Leave empty for every type.

Limits

ParameterTypeDefaultDescription
maxResultsinteger100Hard cap on total company rows across all searches and URLs. Set to 0 for no cap. The actor keeps the full final page even if it slightly overshoots the cap.

Output

Each row is one flat company record. Null or unpublished fields are omitted from the row.

{
"name": "Verpackungen Müller GmbH",
"description": "Manufacturer of corrugated cardboard packaging and custom shipping boxes for industrial clients across Europe.",
"supplierTypes": ["Manufacturer / Producer"],
"categories": ["Packaging, cardboard"],
"keywords": ["corrugated boxes", "shipping cartons", "custom packaging"],
"website": "https://www.verpackungen-mueller.de",
"email": "kontakt@verpackungen-mueller.de",
"phone": "+49 221 1234567",
"fax": "+49 221 1234568",
"addressLines": ["Industriestraße 42"],
"city": "Köln",
"postalCode": "50667",
"countryCode": "DE",
"latitude": 50.9375,
"longitude": 6.9603,
"vatId": "DE323827758",
"employeeCount": "50-99",
"foundingYear": 2004,
"distributionArea": "Worldwide",
"responseRate": 92,
"averageResponseTime": "< 24h",
"certificatesCount": 3,
"logoUrl": "https://cdn.europages.com/logos/verpackungen-mueller.png",
"companyId": "12345678",
"slug": "verpackungen-mueller-gmbh",
"profileUrl": "https://www.europages.co.uk/en/company/verpackungen-mueller-gmbh",
"searchUrl": "https://www.europages.co.uk/en/companies/germany/manufacturer producer/cardboard packaging.html",
"contentLanguage": "en"
}

Identity

FieldTypeDescription
namestringCompany / supplier name
descriptionstringCompany "about" / description text
companyIdstringEuropages internal company identifier
slugstringEuropages URL slug
profileUrlstringCanonical Europages company profile URL
searchUrlstringThe search or listing URL the company was found on
contentLanguagestringLanguage edition the record was scraped from

Firmographics

FieldTypeDescription
supplierTypesstring[]Business types: Manufacturer / Producer, Custom Manufacturer, Distributor, Service Provider, Wholesaler
categoriesstring[]Europages product/service categories the company is listed under
keywordsstring[]Product / service keywords associated with the company
employeeCountstringEmployee-count band (e.g. "50-99")
foundingYearnumberYear the company was founded
distributionAreastringStated distribution / delivery area
vatIdstringVAT / tax identification number (when published)

Contact

FieldTypeDescription
websitestringCompany homepage URL
emailstringContact email (when published)
phonestringContact phone number
faxstringFax number (when published)

Location

FieldTypeDescription
addressLinesstring[]Street address lines
citystringCity
postalCodestringPostal / ZIP code
countryCodestringISO-2 country code
latitudenumberGeo latitude (when available)
longitudenumberGeo longitude (when available)

Trust Signals

FieldTypeDescription
responseRatenumberStated response rate to inquiries
averageResponseTimestringStated average response time (e.g. "< 24h")
certificatesCountnumberNumber of certificates declared on the profile
logoUrlstringCompany logo image URL

Tips for Best Results

  • Start small to validate. Set maxResults to 25-50 on your first run to confirm the data matches your sourcing intent, then scale up.
  • Combine country + supplier-type filters to stay on target. A keyword search always returns the most relevant suppliers — Europages shows related results rather than an empty page — so pair your term with countries and supplierTypes to keep the list tightly scoped.
  • Set expectations on contacts. Email and fax are best-effort and are gated or unpublished by many European suppliers; phone and website are far more consistently available. VAT IDs appear on roughly half of profiles.
  • Paste a company profile URL for a single enriched record. Drop one Europages company URL into startUrls to pull that supplier's full profile, including any published VAT ID, email, and structured address.
  • Match the edition to the market. Set language to the supplier's home language (e.g. German for German suppliers) to get the richest native descriptions and keyword coverage.
  • Split large pulls across terms or countries. For very large datasets, run several focused keyword + country combinations rather than one broad search — narrower searches return more relevant, less duplicated suppliers.
  • De-duplication is automatic. The same company found across overlapping searches is billed and returned only once, keyed on its Europages company ID.

Pricing

$10.00 per 1,000 results — flat pay-per-result, undercutting comparable Europages extractors.

ResultsEstimated Cost
100$1.00
1,000$10.00
10,000$100.00
100,000$1,000.00

A "result" is one company row in the output dataset. No compute charges — you only pay per result returned. Platform fees depend on your Apify plan.

Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

  • Zapier / Make / n8n — Workflow automation
  • Google Sheets — Direct spreadsheet export
  • Slack / Email — Notifications on new results
  • Webhooks — Trigger custom APIs on run completion
  • Apify API — Full programmatic access

This actor is designed for legitimate B2B research, supplier sourcing, market analysis, and lead generation. Users are responsible for complying with applicable laws — including the GDPR and other data-protection regulations — and with Europages' Terms of Service. Do not use extracted data for spam, harassment, or any unlawful purpose, and respect the marketing and contact preferences of the companies you collect.