Europages Scraper - European B2B Suppliers Data avatar

Europages Scraper - European B2B Suppliers Data

Under maintenance

Pricing

from $12.00 / 1,000 result scrapeds

Go to Apify Store
Europages Scraper - European B2B Suppliers Data

Europages Scraper - European B2B Suppliers Data

Under maintenance

Search and extract B2B supplier and company data from Europages, Europe's largest B2B sourcing directory. Get company names, countries, cities, addresses, activities, products, websites, and phone numbers by keyword and country. No API key, no login required.

Pricing

from $12.00 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Europages Scraper — European B2B Suppliers and Companies

Scrape B2B supplier and company data from Europages, Europe's largest B2B sourcing directory with millions of listed companies across every industry. Search by product, service, or activity keywords, filter by country, and export clean structured company records with addresses, activities, products, websites, and phone numbers. No login, no cookies, no API key.

Why use this actor?

Europages is where European buyers find manufacturers, wholesalers, distributors, and service providers. Every profile carries the data a sales or sourcing team actually needs: what the company does, where it sits, how big it is, and how to reach it.

Typical uses:

  • Lead generation — build supplier or prospect lists for a product niche and country, ready for a CRM import.
  • Supplier sourcing — find manufacturers and wholesalers for a product you need, compare countries and company sizes.
  • Market research — count and map suppliers per country for any B2B niche, track how a segment evolves over time.
  • Data enrichment — match company names to websites, phone numbers, locations, and activity descriptions.

The actor reads the data embedded in the Europages search results pages, so records are complete and consistent. It only returns contact details that companies publish openly on their Europages profiles.

How to scrape Europages data

  1. Open the actor and set a Search Query — product, service, or activity keywords such as packaging, steel pipes, organic food, or injection moulding. English works best, but Europages matches other languages too.
  2. Optionally set a Country Filter to a single country, by name or ISO code (Germany, de, France, Italy).
  3. Set Max Results to the number of companies you want (30 companies per results page).
  4. Keep the residential proxy prefill and click Start.
  5. When the run finishes, export the dataset as JSON, CSV, or Excel, or pull it from the Apify API.

The actor paginates through the search results automatically until it reaches your Max Results or runs out of matching companies.

Input

FieldTypeRequiredDescription
searchQueryStringNoProduct, service, or activity keywords (e.g. packaging, steel pipes). Defaults to packaging if empty.
countryStringNoOnly return suppliers from this country. English name or ISO code (Germany, de, France). Empty = all countries.
maxResultsIntegerNoMaximum number of companies to return (default: 50, max: 2000).
proxyConfigurationObjectNoProxy settings. Residential proxies recommended.

Example input:

{
"searchQuery": "packaging",
"country": "Germany",
"maxResults": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Output

Each result is one company:

FieldTypeExample
companyNameString"ALYA PACKAGING"
countryString"Turkey"
countryCodeString"TR"
cityString"Istanbul"
addressString"Vizyon Park 5.plaza no:508 29ekim cd."
postalCodeString"34197"
activitiesArray["production", "wholesaler"]
productsArray["Printed Apparel Shirt Boxes", "Custom Printed Bottle Boxes"]
aboutString"Alya Packaging, based in Istanbul, brings over 30 years..."
urlString"https://www.europages.co.uk/ALYA-PACKAGING/00000005424124-761159001.html"
websiteString"https://alyapackaging.com/"
phoneString"+902126032466"
emailStringnull (only when publicly listed)
employeeCountString"50-99"
foundingYearNumber2004
distributionAreaString"international"
certificatesCountNumber3
verifiedSupplierBooleantrue
logoUrlString"https://...amazonaws.com/e955c550.gif"
latitude / longitudeNumber41.0031073 / 28.8196995
companyIdNumber22159521
epIdString"00000005424124-761159001"
searchQueryString"packaging"
scrapedAtString"2026-07-10T09:30:00.000Z"

Example output record:

{
"companyName": "SNI PACKAGING",
"country": "Turkey",
"countryCode": "TR",
"city": "Istanbul",
"address": "TEKSTILKENT TICARET MERKEZI G2 BLOK KAPI 75, Esenler",
"postalCode": "34235",
"activities": ["wholesaler", "customer specific manufacturing", "production"],
"products": ["Eco-Friendly Flat Handle Paper Bags", "Kraft SOS Bags"],
"about": "Founded in 2004, SNI Pack is a leading manufacturer of paper and cardboard packaging products...",
"url": "https://www.europages.co.uk/SNI-PACKAGING/00000005473409-001.html",
"website": "https://www.snipack.com/",
"phone": "+902126032466",
"email": null,
"employeeCount": "50-99",
"foundingYear": 2004,
"distributionArea": "international",
"certificatesCount": 3,
"verifiedSupplier": false,
"logoUrl": "https://wlw-1-company-facts-media.s3.eu-central-1.amazonaws.com/15632718.gif",
"latitude": 41.0646744,
"longitude": 28.8680372,
"companyId": 22210933,
"epId": "00000005473409-001",
"searchQuery": "packaging",
"scrapedAt": "2026-07-10T09:30:00.000Z"
}

Country filter values

Use the English country name or the ISO 3166-1 alpha-2 code. Both of these work: Germany or de, France or fr, United Kingdom or gb/uk, Czech Republic or cz. Europages covers all EU countries plus the wider region (Switzerland, Norway, Turkey, Ukraine, Serbia) and major non-European supplier countries (China, India, United States).

Cost estimate

The actor reads 30 companies per page request, so runs are cheap: about 1,000 companies per two dozen page fetches. A typical 100-result run finishes in under a minute on the default settings. Expect several thousand results per $1 of Apify platform credits, plus the per-result actor fee.

Limitations and notes

  • Contact details (phone, email, website) are only returned when the company publishes them openly on its Europages profile. Email addresses are rarely public; phone numbers and websites usually are.
  • Results follow the Europages relevance ranking for your keywords. Verified (paying) Europages customers rank higher, exactly as on the website.
  • A single query can page through up to roughly 2,000 companies. For bigger extractions, split the work into multiple runs with country filters.
  • The English-language catalogue is served from the europages.co.uk domain; profile URLs in the output point there. The same companies are on every Europages locale domain.
  • The actor does not log in, does not bypass any access controls, and only collects data that is publicly visible on the site.

Feedback

If a field comes back empty that you can see on the website, or you need an extra filter (region, city, supplier type), open an issue on the actor page and it will be looked at quickly.