Europages Scraper | B2B Products & Companies EU avatar

Europages Scraper | B2B Products & Companies EU

Pricing

from $2.20 / 1,000 results

Go to Apify Store
Europages Scraper | B2B Products & Companies EU

Europages Scraper | B2B Products & Companies EU

Scrape Europages B2B products & companies across UK, FR, DE, ES, IT, TR. Product/company search, filters, company & product details. Export Excel/CSV/JSON. Unofficial — not affiliated with Europages.

Pricing

from $2.20 / 1,000 results

Rating

0.0

(0)

Developer

kane liu

kane liu

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

Europages Scraper | B2B Products & Companies Europe

Scrape Europages European B2B products, suppliers, and company profiles — then download structured catalog data as Excel, CSV, or JSON.

Use this Actor as a practical Europages data API for EU/UK supplier discovery, product SERP monitoring, company research, and lead enrichment. Choose a market (en / fr / de / es / it / tr), pick a mode, set a keyword or detail URL, and get Dataset rows with product IDs, company IDs, titles, countries, verification flags, and canonical Europages URLs.

  • Scrape product search, company search, company profiles, and product detail pages across six business TLDs
  • Filter by supplier country, supplier type, category, verified, quick responder, sort, and employee count
  • Extract productId, companyId, title, description, country, verified flags, images, category paths, sell points
  • Optional detail enrich (enrichDetails) to thicken listing cards from company / PDP Nuxt payloads
  • Export to Excel / CSV / JSON, or connect Make, n8n, Zapier, Python, or the Apify API
  • Pay per event — Actor start + each Dataset result; platform usage is included (you do not pay separate Apify compute on top)

Unofficial tool. This Actor is not affiliated with, endorsed by, or sponsored by Europages / Visable. It collects publicly reachable listing and detail surfaces and does not log in, auto-submit Contact / view-phone / Sign in forms, or access private accounts. Phone and email contact fields are redacted.


What does the Europages Scraper do?

Europages Scraper lets you extract structured B2B product and company data from Europages without running your own anti-bot browser fleet. Give it a market, a keyword (e.g. cnc machining, industrial pumps), a company URL / ID, or a product URL / ID, then start a run.

Under the hood, the Actor:

  1. Validates your input (mode, market, query, facets, detail URLs)
  2. Enforces free-tier caps when you are on a free Apify plan
  3. Fetches public Europages listing and detail pages through a managed Camoufox scrape backend
  4. Normalizes product / company rows into a clean Dataset
  5. Writes INPUT_ECHO, RUN_SUMMARY (and ERROR_SUMMARY on failure) to the key-value store

You run it like any other Apify Actor — schedule it, call it from the API, or plug it into automations.


What Europages data can I extract?

DataProduct searchCompany searchCompany detailProduct detail
productId / productUrlproducts[]
title / description
companyId / companyName / companyUrl
country / supplier type
verified / quickResponder / sell pointsenrich
images / attributes / certificatesenrich
category path / category IDs

Contact phone numbers and emails that require login or Click-to-call flows are not collected.


Why scrape Europages?

Europages is one of Europe’s largest B2B directories spanning industrial machinery, components, packaging, chemicals, textiles, and more across UK, France, Germany, Spain, Italy, and Turkey hosts. Teams scrape Europages for supplier discovery, competitor monitoring, lead generation, and assortment research:

  • Monitor product keywords across EU markets with supplier-country filters
  • Build company lists with verification signals and employee-size facets
  • Pull product detail pages with attributes, certificates, and image galleries
  • Feed CRM, BI dashboards, Google Sheets, BigQuery, or AI agents with clean rows
  • Prefer market TLDs (europages.co.uk, .fr, .de, …) over the .com language gateway

Compared with generic URL scrapers, this Actor returns Europages-specific fields (product/company IDs, market host, facet filters, Nuxt-backed detail payloads) in one input surface.


More Actors like this

Need another marketplace, B2B directory, or a different vertical? Use a dedicated Actor below for structured fields. Use this Actor for Europages (europages.co.uk / .fr / .de / .es / .it / .com.tr) European B2B products and companies.

Similar e-commerce & B2B scrapers

Prefer another specialized scraper?

If your target has a specialized Actor below, use that first — usually cheaper and more structured than a generic scrape.

Jobs & Freelance

Real Estate

Travel & Stays

Social & Content

Ads Intelligence

Local & Maps

General Tools

→ See the full catalog in Related Actors below, or browse apify.com/lentic_clockss.


How to scrape Europages (no code required)

  1. Create a free Apify account
  2. Open Europages Scraper
  3. Choose a mode: product_search, company_search, company, or product
  4. Choose a market: en (UK), fr, de, es, it, or tr
  5. Enter a query, or a companyUrl / productUrl / ID
  6. (Optional) Set countryFilters, supplierTypes, categoryIds, verified, enrichDetails, maxResults
  7. Click Start and download the Dataset as JSON, CSV, Excel, or JSONL

Start with maxResults: 5–15 to verify the query, then scale up. For company search on fr / it / de, keep companySearchFallback: true (default) so the Actor falls back to the English host with a supplier-country filter.


How much does it cost to scrape Europages?

This Actor uses pay-per-event pricing. You are charged for:

EventPrice
Actor Start (apify-actor-start)$0.005 per start
Result (apify-default-dataset-item)$3.00 / 1,000 results ($0.003 each on FREE/BRONZE)

Platform usage costs are included — you do not pay separate Apify compute/proxy usage for this Actor on top of the event prices above (User pays platform usage costs = No).

Volume discount tiers (per result)

Tier$/1,000per result
FREE*$3.00$0.003
BRONZE$3.00$0.003
SILVER$2.60$0.0026
GOLD$2.20$0.0022
PLATINUM$2.00$0.002
DIAMOND$1.60$0.0016

*FREE matches BRONZE for this Actor.

Example cost estimates (FREE/BRONZE)

Results collectedApprox. event cost*
100~$0.31
1,000~$3.01
10,000~$30.01

*Assumes one Actor start at default memory billing for start events, plus $0.003 per Dataset item. Exact start billing can scale with allocated memory (one start event per GB, minimum one).

Free plan limits

On a free Apify plan, this Actor enforces developer limits of 10 runs and 200 results per run. Upgrade to a paid Apify plan for unlimited runs (event prices still apply).


Input examples

Product search (UK)

{
"mode": "product_search",
"market": "en",
"query": "cnc machining",
"maxResults": 20,
"maxPages": 3
}

Product search with supplier-country filter (Germany)

{
"mode": "product_search",
"market": "de",
"query": "hydraulic pumps",
"countryFilters": ["DE"],
"verified": true,
"maxResults": 30
}

Company search (English host)

{
"mode": "company_search",
"market": "en",
"query": "packaging",
"maxResults": 20
}

Company detail

{
"mode": "company",
"market": "en",
"companyUrl": "https://www.europages.co.uk/company/example-22278748"
}

Product detail

{
"mode": "product",
"market": "en",
"productUrl": "https://www.europages.co.uk/company/example-22278748/products/example-35995590"
}
{
"mode": "product_search",
"market": "fr",
"query": "roulements",
"enrichDetails": true,
"maxResults": 10
}

Coverage matrix

DimensionCoverage
Marketsen → europages.co.uk · fr · de · es · it · tr → europages.com.tr
Modesproduct_search · company_search · company · product
FacetscountryFilters · supplierTypes · categoryIds · verified · quickResponder · sort · employeeCounts
company_searchNative on en / es / tr; fr / it / de use English fallback + country when companySearchFallback is true
Pagination/{lang}/products|search/page/{N}?q=
Free tier10 runs / 200 results per free-plan user

Do not use www.europages.com as the scrape host — it is a language gateway and often shows human verification. Prefer the market TLDs above.


Output

Each Dataset item is one product card, company card, or detail record. Typical fields:

  • recordTypeproduct / company / …
  • market, sourceHost
  • productId, productUrl, title, description
  • companyId, companyName, companyUrl, country
  • verified, quickResponder, sellPoints, imageUrls
  • categoryPath, categoryIds, attributes, certificates (detail / enrich)

Key-value store keys:

KeyPurpose
INPUT_ECHOSanitized input (no scrape-backend URL)
RUN_SUMMARYCounts, diagnostics, warnings, free-tier flags
ERROR_SUMMARYPresent only when the run fails

Tips for better results

  • Prefer specific industrial keywords over one-word queries
  • Use countryFilters (ISO-2) when you need suppliers from one country
  • Keep maxPages modest until you confirm the query returns the right vertical
  • Turn on enrichDetails only when you need thicker Nuxt fields (slower / fewer items per minute)
  • On free Apify plans, stay within 10 runs / 200 results

FAQ

Is this an official Europages API?
No. It is an unofficial scraper for publicly reachable pages.

Which market should I pick?
Pick the UI language / TLD you want (en for UK English, de for Germany, …). Supplier country is a separate filter (countryFilters).

Why is company search empty on French / Italian / German?
Those hosts do not expose a reliable company SERP. With companySearchFallback: true (default), the Actor uses the English company search plus a supplier-country hint.

Do you scrape phone numbers?
No. Contact / view-phone flows are not automated; phone and email fields are redacted.

Can I schedule daily runs?
Yes — use Apify Schedules or the API.


Scraping publicly available data is a common practice when done respectfully. You are responsible for complying with Europages terms, applicable laws (including GDPR where relevant), and your own use-case constraints. This Actor does not bypass logins or collect private inbox data.


All 77 public Actors from [lentic_clockss]. Click a name to open the Store detail page.

Jobs & Freelance

Real Estate

E-commerce

Travel & Stays

Social & Content

Ads Intelligence

Local & Maps

General Tools

→ Browse the full profile: apify.com/lentic_clockss