Autoscout24 Listings ULRs Scraper
Pricing
from $0.00005 / actor start
Autoscout24 Listings ULRs Scraper
Scrape listing URLs from AutoScout24 search results across all pages. Pair with alkausari_mujahid/autoscout24-details-scraper to extract full car details faster from the collected URLs.
Pricing
from $0.00005 / actor start
Rating
0.0
(0)
Developer
Alkausari M
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 hours ago
Last modified
Categories
Share
AutoScout24 Listings URLs Scraper
Collect every car listing URL from any AutoScout24 search — no coding required. Apply your filters directly on AutoScout24, paste the search URL here, and get a clean dataset of listing URLs. Use it together with alkausari_mujahid/autoscout24-details-scraper to extract full car details faster from the collected URLs.
What does AutoScout24 Listings URLs Scraper do?
This Actor visits AutoScout24 search result pages and extracts the URL of every car listing that matches your filters. It follows pagination automatically, so you get results from every page — not just the first one. Output is a simple dataset of URLs you can download, feed into another Actor, or integrate via the Apify API.
Why use AutoScout24 Listings URLs Scraper?
- Market research — monitor which cars are available in a specific region, make, model, or price range.
- Price tracking — collect listing URLs daily and feed them into a detail scraper to track price changes over time.
- Lead generation — dealers and brokers can monitor new listings that match specific criteria.
- Data pipelines — use as the first stage in a two-Actor pipeline: collect URLs here, scrape details in a second Actor.
- No-code friendly — no developer skills needed; configure everything from the Apify Console input form.
How to use AutoScout24 Listings URLs Scraper
- Go to AutoScout24 and apply your desired filters (make, model, price, year, country, etc.).
- Copy the URL from your browser's address bar once the results are showing.
- Open this Actor in the Apify Console and paste the URL into Start URLs.
- (Optional) Set Max requests per crawl to limit how many pages are visited.
- (Optional) Enable Proxy configuration — Residential proxies are recommended for reliable results.
- Click Start and wait for the run to finish. Results appear in the Output tab.
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
startUrls | array | Yes | — | One or more AutoScout24 search page URLs |
maxRequestsPerCrawl | integer | No | 200 | Max pages to visit (0 = unlimited) |
delayMs | integer | No | 1500 | Wait time in ms after scrolling before extracting links |
proxyConfiguration | object | No | No proxy | Proxy settings — Residential proxies recommended |
Example input:
{"startUrls": [{ "url": "https://www.autoscout24.com/lst/bmw/3er?sort=age&desc=0&cy=D" }],"maxRequestsPerCrawl": 50,"delayMs": 1500,"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }}
Output
Each item in the dataset is a single listing URL:
[{ "url": "https://www.autoscout24.com/offers/bmw-320d-touring-diesel-blue-2023-123456789-abc" },{ "url": "https://www.autoscout24.com/offers/bmw-318i-limousine-petrol-white-2022-987654321-xyz" }]
You can download the dataset in various formats such as JSON, CSV, Excel, or HTML from the Storage tab of your run.
Data table
| Field | Format | Description |
|---|---|---|
url | string | Canonical AutoScout24 listing URL |
Pricing / Cost estimation
This Actor is billed by compute units (CU). A typical run scraping 20 listing pages (≈ 400 URLs) consumes roughly 0.05–0.1 CU, which is well within the Apify Free plan limits.
Factors that affect cost:
- Number of search result pages (pagination depth)
- Use of Residential proxies (recommended but adds proxy bandwidth cost)
delayMssetting — higher values slow the run but reduce bot-detection risk
To minimise cost, set maxRequestsPerCrawl to limit pagination depth when you only need recent listings.
Tips
- Use specific search URLs — apply all your filters on AutoScout24 first (make, model, year, fuel type, country) before copying the URL. The more specific the search, the fewer pages to scrape.
- Multiple searches — add several search URLs in one run (e.g. different makes or countries) to collect all results in a single dataset.
- Scheduling — use Apify Scheduler to run this Actor daily and always have a fresh list of listings.
- Proxy — if you see bot-detection warnings in the logs, enable Residential proxies in the proxy configuration.
- Pipeline — feed this Actor's dataset directly into alkausari_mujahid/autoscout24-details-scraper as its
startUrlsto extract full car details faster.
FAQ, disclaimers, and support
Is scraping AutoScout24 legal? Web scraping publicly available data is generally legal in most jurisdictions, but you should always review AutoScout24's Terms of Service before use. This Actor is intended for personal research, academic, and legitimate business use only. Do not use it to harvest personal data or violate the platform's ToS.
Why are some listings missing?
AutoScout24 may show a different number of results to automated browsers vs. real users. Enabling Residential proxies and increasing delayMs typically resolves this.
The Actor is blocked / CAPTCHA errors.
Enable Residential proxies in the proxy configuration and retry. If the problem persists, increase delayMs.
I need to extract full car details, not just URLs. Use alkausari_mujahid/autoscout24-details-scraper — it accepts the output of this Actor as input and scrapes price, mileage, specs, images, and dealer info for each listing.
I need custom features. Open an issue in the ../../issues of this Actor on Apify Store, or contact the author for a custom solution.