Scrape Europages B2B Directory — Supplier Data from 30+ European Countries
Extract structured company profiles from Europages, Europe's leading B2B supplier directory with over 3 million listed businesses. Get company names, addresses, contact details, industry classifications, and product categories across 30+ countries. The only working Europages scraper available on Apify.
Pricing
$0.003/SERP + $0.005/detail
Anti-Bot
TLS fingerprinting
What You Can Scrape
- Company profiles — business name, description, year founded, employee count, revenue range
- Contact information — address, phone, email, website URL
- Industry data — NACE codes, product categories, certifications
- Geographic filtering — target specific countries, regions, or cities
- Product catalogs — listed products and services per company
- Multi-query — search for multiple product categories or industries in one run
Primary Use Cases
- Supplier sourcing — find manufacturers, wholesalers, and service providers across Europe
- B2B lead generation — build targeted prospect lists by industry, country, and company size
- Market research — map competitive landscapes and supplier density by region
- Supply chain analysis — identify alternative suppliers and diversify sourcing
- Trade intelligence — monitor European business directories for new entrants and market shifts
API Example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~europages-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchQueries": ["industrial valves"],
"country": "DE",
"maxResultsPerQuery": 200,
"includeCompanyDetails": true
}'
Integrations
- n8n / Make / Zapier — trigger runs and process results via webhook
- AI Agents (MCP) — Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python / Node.js — Apify SDK for programmatic access
- Google Sheets / Airtable — export via Apify integrations
How It Compares
| Feature | NanoScrape | Alternatives |
| Docker image | ~12MB | N/A (no working alternatives) |
| RAM usage | 128MB | N/A |
| Cost per 1k SERP | $3.00 | N/A |
| Country coverage | 30+ countries | N/A |
| Contact data | Email, phone, website | N/A |
| Availability | Only working scraper on Apify | None functional |
Output Fields
| Field | Type | Example |
| company_name | string | Bosch Rexroth AG |
| description | string | Manufacturer of hydraulic systems... |
| country | string | Germany |
| city | string | Stuttgart |
| phone | string | +49 711 ... |
| email | string | [email protected] |
| website | string | https://www.example.com |
| employees | string | 1,000-5,000 |
| categories | string[] | ["Hydraulic equipment", "Valves"] |
| url | string | https://europages.com/... |