Europages Business Leads Scraper avatar

Europages Business Leads Scraper

Under maintenance

Pricing

from $0.50 / actor start

Go to Apify Store
Europages Business Leads Scraper

Europages Business Leads Scraper

Under maintenance

Europages Business Leads Scraper lets you extract structured contact data from Europe's largest B2B marketplace — without writing a single line of code. What you get per company: ✅ Email address ✅ Website URL ✅ Phone number ✅ Company name & description ✅ Location (country, city) ✅ Industry

Pricing

from $0.50 / actor start

Rating

0.0

(0)

Developer

EURO PAGES

EURO PAGES

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

EuroPages Company Scraper

Scrapes company contact data from europages.co.uk — Europe's leading B2B sourcing platform.

What data does it extract?

FieldDescription
Company NameOfficial company name from the profile header
EmailEmail address (from mailto links or page text)
WebsiteCompany's own website URL
Phone NumberPhone number (reveals hidden numbers automatically)
CountryCountry where the company is based
AddressFull postal address
DescriptionCompany description / about text
Company TypeManufacturer, Distributor, Service Provider, etc.
EuroPages URLSource URL of the company profile

How to use

Option 1: Search by keyword

Enter a search query (e.g. "construction", "furniture", "doors") and the scraper will:

  1. Navigate to the EuroPages search results for that keyword
  2. Collect company profile links from the listing pages
  3. Visit each company profile and extract contact data
{
"searchQuery": "construction",
"maxResults": 50,
"maxPages": 3
}

Option 2: Provide specific URLs

Supply direct URLs to EuroPages company profiles or listing pages:

{
"startUrls": [
{ "url": "https://www.europages.co.uk/companies/construction.html" },
{ "url": "https://www.europages.co.uk/FLESSYA-SRL/SEAC003605559-001.html" }
],
"maxResults": 100
}

Input parameters

ParameterTypeDefaultDescription
searchQuerystring"construction"Keyword to search on EuroPages
startUrlsarray[]Direct EuroPages URLs to scrape (overrides searchQuery)
maxResultsinteger100Maximum number of companies to scrape (0 = unlimited)
maxPagesinteger5Maximum listing pages to crawl for company links
proxyConfigurationobject{}Proxy settings (recommended for large-scale scraping)

Output example

{
"companyName": "MGK CONSTRUCTION",
"email": "info@mgk-construction.com",
"website": "https://www.mgk-construction.com",
"phoneNumber": "+48 123 456 789",
"country": "Poland",
"address": "ul. Tczewska 28b, Nowy Dwor Gdanski 82-100",
"description": "We are a Polish company specializing in the rental of professional workers...",
"companyType": "Service provider",
"europagesUrl": "https://www.europages.co.uk/MGK-CONSTRUCTION/SEAC005123456-001.html"
}

Tips for best results

  • Use Apify Proxy for large scraping runs to avoid rate limiting
  • Start with small maxResults (10-20) to test your search query first
  • Not all companies have email/phone listed publicly — some only offer a contact form
  • The scraper automatically tries to click "Show Number" buttons to reveal hidden phone numbers

Technical details

  • Built with Crawlee + Playwright for full JavaScript rendering
  • Handles cookie consent banners automatically
  • Retries failed requests up to 3 times
  • 2-minute timeout per page for slow-loading profiles