Leboncoin Scraper — Any Search & Category URL
Pricing
from $1.00 / 1,000 annonces
Leboncoin Scraper — Any Search & Category URL
Paste a Leboncoin search or category URL and export structured listings for market research, price monitoring, seller research, inventory tracking, and classifieds datasets.
Pricing
from $1.00 / 1,000 annonces
Rating
0.0
(0)
Developer
mostafa ennadi
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
3 days ago
Last modified
Categories
Share
Scrape structured Leboncoin France listings from almost any search or category URL. Configure the filters you want directly on Leboncoin, paste the resulting URL, choose a result limit, and run the Actor.
Use it for classifieds market research, price monitoring, seller research, inventory tracking, lead research, category discovery, and recurring data workflows. Results are saved to an Apify dataset and can be exported as JSON, CSV, Excel, XML, HTML, RSS, or JSONL.
Quick start
- Open Leboncoin and configure the search or category filters you need.
- Copy the resulting
leboncoin.frURL. - Paste it into
searchUrl, choosemax_itemsormax_pages, and run the Actor.
Example input:
{"searchUrl": "https://www.leboncoin.fr/recherche?text=velo","max_items": 100}
Example normalized output:
{"list_id": "2812345678","url": "https://www.leboncoin.fr/ad/example/2812345678","subject": "Example listing","price": 120,"has_phone": false,"phonenumber": "","first_publication_date": "2026-09-12T10:00:00Z","category_id": "0","owner_type": "private","owner_name": "","location_city_label": "Paris"}
Why use this Leboncoin scraper?
- URL-first setup: reuse Leboncoin's own filters instead of rebuilding a large category-specific form.
- Broad category coverage: useful for jobs, electronics, home and garden, fashion, leisure, professional equipment, vehicles, real estate, and other supported classifieds searches.
- Clean structured output: normalized listing, price, seller, location, publication, and phone-related fields in the default dataset.
- Easy exports and integrations: use Apify datasets with spreadsheets, databases, CRMs, monitoring pipelines, webhooks, or other automation tools.
- Simple for one-off and recurring runs: validate a small result set first, then scale the result limit when the URL produces the data you need.
Repeated runs and deduplication
Each run writes to a separate default Apify dataset and this wrapper does not keep a persistent cross-run deduplication history. If you schedule the same search repeatedly, the same listing may therefore appear in multiple run datasets. Use list_id as the stable merge/dedup key in your database, spreadsheet, or automation workflow.
Input
| Field | Type | Description |
|---|---|---|
searchUrl | string | Required. Leboncoin search or category URL containing your filters. |
max_pages | integer | Optional maximum number of result pages to process. |
max_items | integer | Maximum listings to return. Default 1000, maximum 20000. |
Only leboncoin.fr and its subdomains are accepted. External hosts, unsupported URL schemes, and URLs containing credentials are rejected before a scrape starts.
Dataset fields
The default dataset exposes normalized listing, category, seller, location, image-count, attribute, publication/update, price, URL, and phone-related fields when the underlying result provides them.
Exact field availability can vary by category and listing. This general Actor does not promise universal phone extraction across every Leboncoin category.
Common use cases
- Monitor new listings for a saved Leboncoin search.
- Compare asking prices across categories, locations, or market segments.
- Build classifieds datasets for research and analysis.
- Research private and professional sellers.
- Feed listing data into spreadsheets, databases, CRMs, dashboards, or monitoring pipelines.
- Cover Leboncoin categories that do not need a dedicated category-specific input form.
Cars and real estate
For dedicated no-code filter forms in the two largest verticals, use the specialized Actors:
- Leboncoin Cars Scraper — Vehicle Listings, Sellers & Phone Leads
- Leboncoin Real Estate Scraper — Listings, Sellers & Phone Leads
Use this General Actor when you already have the exact Leboncoin search/category URL or need broader category coverage.
Pricing
The Apify Store currently displays this Actor from $1.00 per 1,000 annonces. Start with a small max_items value to validate your search URL and output before scaling up.
Tips for better results
Keep the filters you care about inside the pasted Leboncoin URL. A focused search URL usually produces a cleaner dataset than a very broad category URL. For cars or real estate, the dedicated Actors above can be more convenient when you prefer structured filter controls instead of building the search on Leboncoin first.
FAQ
Can I use any Leboncoin category?
The Actor is designed for broad URL-based coverage across supported Leboncoin search and category URLs. Because categories can expose different fields and website behavior can change, validate a small run for your specific URL first.
Does it extract phone numbers?
Phone-related fields are included in the normalized output when the underlying result exposes them. Availability varies, so universal phone extraction is not promised for every category or listing.
Can I export to CSV or Excel?
Yes. Results are stored in the default Apify dataset, which supports JSON, CSV, Excel and other export formats.
How do I report a problem?
Use the Actor's Issues tab and include a sanitized example Leboncoin URL plus the behavior you expected. Do not include private credentials or sensitive data.
Responsible use
Website behavior and available fields can change. Use scraped data in accordance with applicable laws, platform terms, and your own compliance requirements.