French Web Scraper - Residential IP, Bypass Blocks avatar

French Web Scraper - Residential IP, Bypass Blocks

Pricing

from $10.00 / 1,000 results

Go to Apify Store
French Web Scraper - Residential IP, Bypass Blocks

French Web Scraper - Residential IP, Bypass Blocks

Scrape any French or geo-restricted website through a real French residential IP + headless Chrome. Bypass Cloudflare and datacenter/cloud-IP blocks that stop normal scrapers. Returns clean markdown, full HTML, screenshot, PDF, links or SEO meta. Pay per result.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Laurent Halbrun

Laurent Halbrun

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

🇫🇷 French Residential Web Scraper

Scrape any URL through a real French residential IP + a real headless Chrome browser. Reach pages that block AWS / GCP / Azure and other datacenter ranges, and geo-restricted French content — the same job Firecrawl and ScrapingBee charge much more for.

Most scrapers run from cloud datacenters, so anti-bot systems flag them instantly. This one runs the browser behind a French residential connection, so target sites see the exact page a real visitor in France would see.

✨ What it does

Give it a URL and pick an output mode:

modeReturns
extractClean Markdown of the main content (JavaScript rendered)
renderFull HTML after JavaScript execution
screenshotPNG image (optionally full-page)
pdfA4 PDF of the page
linksDeduplicated links (internal / external + anchor text)
metaSEO metadata: title, description, OpenGraph, canonical, JSON-LD

🎯 When to use it

  • Sites that block or degrade datacenter IPs (many FR e-commerce, media, public services)
  • Geo-restricted French content that only loads from a FR connection
  • Pages behind JavaScript rendering or light anti-bot protection
  • Turning any page into clean Markdown for LLMs / RAG

📥 Input

{
"url": "https://www.service-public.fr",
"mode": "extract"
}
FieldTypeRequiredDescription
urlstringPage URL to fetch through the French residential IP
modestringextract (default), render, screenshot, pdf, links, meta
fullPagebooleanFull-page screenshot (only for screenshot mode)

📤 Output

One dataset item per run:

{
"url": "https://www.service-public.fr",
"mode": "extract",
"servedByResidentialIp": true,
"result": {
"title": "Accueil | Service Public",
"markdown": "# Bienvenue sur le site officiel..."
}
}

For screenshot and pdf, the binary file is saved to the run's key-value store and referenced by fileKey.

The servedByResidentialIp flag confirms the request went through the residential path.

💡 Tips

  • Start with extract for LLM-ready Markdown, switch to render if you need raw HTML.
  • Use meta for cheap link-preview / SEO checks before a full scrape.
  • One run = one page = one result.

Built on a dedicated French residential node. Questions or a bulk use case? Reach out via the Apify profile.