Paruvendu.fr Real Estate Scraper avatar

Paruvendu.fr Real Estate Scraper

Pricing

$35.00/month + usage

Go to Apify Store
Paruvendu.fr Real Estate Scraper

Paruvendu.fr Real Estate Scraper

Paruvendu.fr Real Estate Scraper for France real estate data extraction. This Apify actor scrapes property listings, prices, seller details & images from Paruvendu.fr. Ideal for France property market research, lead generation, and real estate analytics automation.

Pricing

$35.00/month + usage

Rating

5.0

(1)

Developer

Lexis Solutions

Lexis Solutions

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

banner

Paruvendu.fr is a French classifieds marketplace with a large real-estate inventory from private sellers and agencies. This actor collects listing data and property detail data from Paruvendu real-estate pages.

Introduction

The Paruvendu.fr Real Estate Scraper starts from listing/search URLs, moves through result pages, opens property detail pages, and extracts structured property information such as price, location, property type, room/surface data, seller details, and images.

Use Cases

  • Market research: Analyze property prices and inventory by area and property type.
  • Lead enrichment: Collect structured seller and listing details for pipelines.
  • Monitoring: Track new/updated real-estate ads from selected search URLs.
  • Analytics pipelines: Feed BI dashboards and internal reporting systems.

Input

Provide the following fields:

  • startUrls (array, required): Paruvendu real-estate listing or detail URLs.
  • maxItems (integer, required): Maximum number of detail ads to extract per start URL.
  • proxyConfiguration (object, optional): Apify proxy settings.

Notes:

  • If a startUrl is a listing URL, the actor goes through result pages and collects detail page links.
  • If a startUrl is a detail URL, the actor processes that detail directly.
  • Crawling is limited per startUrl.
  • Proxy is strongly recommended because the website is protected by captcha (gCaptcha) and may block direct traffic.

Input Example

{
"startUrls": [
{
"url": "https://www.paruvendu.fr/immobilier/annonceimmofo/liste/listeAnnonces?tt=1&tbApp=1&tbDup=1&tbChb=1&tbLof=1&tbAtl=1&tbPla=1&tbMai=1&tbVil=1&tbCha=1&tbPro=1&tbHot=1&tbMou=1&tbFer=1&nbp0=99&pa=99914,&ray=50"
}
],
"maxItems": 20,
"proxyConfiguration": {
"useApifyProxy": true
}
}

Output

Each dataset item contains fields like:

{
"url": "https://www.paruvendu.fr/immobilier/vente/villa/1283054658A1KIVHVI000",
"adRef": "1283054658A1KIVHVI000",
"title": "Vente Villa",
"description": "...",
"location": "Mougins (06250)",
"price": 1750000,
"priceText": "1 750 000 €",
"currency": "EUR",
"transactionType": "vente",
"propertyType": "villa",
"rooms": 6,
"surfaceM2": 220,
"bedrooms": 4,
"bathrooms": 2,
"dpe": "C",
"ges": "A",
"sellerType": "L'annonceur particulier",
"sellerName": "Jean D.",
"sellerPhone": "06 12 34 56 78",
"imageUrls": ["https://...jpg"],
"imageCount": 12,
"mainImageUrl": "https://...jpg",
"features": ["Balcon / Terrasse"],
"specs": {},
"scrapedAt": "2026-02-21T10:00:00.000Z"
}

The scraper paginates through list results and stops when maxItems is reached per startUrl.

FAQ

  • How many ads can it extract?
    Controlled by maxItems per source URL.

  • Do I need proxies?
    Proxies are strongly recommended for stable runs.

  • Can I start from a detail URL?
    Yes. Detail URLs are supported in startUrls.

  • What if Paruvendu changes page structure?
    The actor may require updates.

Image credit: Paruvendu.fr