Europages B2B Directory Scraper — EU Supplier Leads avatar

Europages B2B Directory Scraper — EU Supplier Leads

Pricing

from $44.52 / 1,000 supplier records

Go to Apify Store
Europages B2B Directory Scraper — EU Supplier Leads

Europages B2B Directory Scraper — EU Supplier Leads

Search the Europages EU-wide B2B supplier directory by keyword. Returns full company profiles: name, bio, street, postal code, city, country, phone, website, plus employee count, founding year, geo coordinates and supplier type.

Pricing

from $44.52 / 1,000 supplier records

Rating

0.0

(0)

Developer

Vitalii Bondarev

Vitalii Bondarev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Europages B2B Directory Scraper — EU Supplier Leads

Search Europages — Europe's largest B2B supplier and product directory (europages.co.uk / .com / .de, operated by Visable) — by keyword, and get back full company profiles: name, bio, street address, postal code, city, country, phone, website, plus employee headcount, founding year, geo coordinates, and supplier type. Built for prospecting suppliers and manufacturers across the EU without manually clicking through directory pages.

What it does

This actor searches Europages by any free-text keyword (e.g. industrial machinery,

solar panels
, packaging machines) and, for each matched company, visits its profile page to collect the full contact record. No login, no API key. Results are clean JSON dataset items, one row per company.

Use cases

  • Building supplier/manufacturer prospect lists for a specific product category.
  • Scoping European suppliers before entering a new market.
  • Enriching a CRM with verified contact details, coordinates, and founding year.
  • Mapping supplier density by country or product type.

Input

  • searchQueries — one or more keywords. Each is searched independently.
  • country — optional 2-letter ISO filter (e.g. DE, FR, IT, PL); applied after fetching, since Europages doesn't expose a documented country query parameter.
  • maxItems — max records per keyword.
  • maxPages — max listing pages fetched per keyword (~30 companies/page).
  • fetchDetails — fetch each company's profile page for phone/street/postal/bio/geo (default true — this is the actor's core value; without it you only get the leaner listing-page fields).
  • proxyConfiguration — Apify RESIDENTIAL, country DE prefilled (verified live).

Fields returned

companyName, bio, street, postalCode, city, country, phone, email, website, foundingYear, employees, supplierTypes, distributionArea, geoLat, geoLon, keywords, logoUrl, europagesUrl, europagesId, searchQuery, detailFetched, scrapedAt.

Input Example

{
"searchQueries": ["industrial machinery", "solar panels"],
"country": "",
"maxItems": 50,
"maxPages": 3,
"fetchDetails": true,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "DE"
}
}

Output

One dataset item per supplier company. Export to JSON/CSV/Excel or pull via the Apify API/MCP. Charged per delivered supplier-record — no subscription, no per-search directory cost like the site's own paywalled contact-reveal tiers.

🤖 Use with AI agents (MCP)

This actor is agent-ready. Point any MCP client (Claude Desktop, Cursor, n8n AI, LangGraph) at it:

{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com/?actors=bovi/europages-b2b-directory",
"headers": { "Authorization": "Bearer <YOUR_APIFY_TOKEN>" }
}
}
}