π° [1.5$/1k] Subito.it π§‘ Scraper by Search URL β‘
Pricing
from $1.50 / 1,000 results
π° [1.5$/1k] Subito.it π§‘ Scraper by Search URL β‘
Scrape Subito.it listings at scale. Extract titles, prices, locations, seller info, images and URLs from Italy's largest classifieds marketplace. Supports URLs search and pagination.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
Nogards
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
What does Subito.it Scraper β By Search URL do?
This Actor scrapes Subito.it search results using any search URL you already have open in your browser. Paste the URL, set the number of pages, and get structured listing data β no need to configure keywords, categories, or locations manually.
Works with all Subito.it categories: electronics, real estate, vehicles, fashion, musical instruments, and more. It is a Subito.it API alternative that works without an official API.
Why scrape Subito.it?
Subito.it is Italy's largest classifieds marketplace with millions of listings across every category. Scraping it lets you:
- π¦ Monitor prices for specific products or properties
- π Track resale opportunities β find underpriced listings before competitors
- π Build market research datasets for pricing and trend analysis
- π·οΈ Automate inventory sourcing for resellers and dealers
- π Power price alert tools by running the Actor on a schedule
Unlike the keyword-based Subito.it Scraper, this Actor accepts the exact URL from your browser β including any filters (location, price range, category) you've already applied. It's designed for users who already monitor specific Subito.it searches.
What data can Subito.it Scraper extract?
| Field | Type | Description |
|---|---|---|
title | string | Listing title |
price | number | Numeric price in EUR (null if free or negotiable) |
priceRaw | string | Price as shown on the page (e.g. "750 β¬") |
currency | string | Always "EUR" |
location | string | City and/or region of the seller |
images | array | Thumbnail image URLs for the listing |
link | string | Direct URL to the full listing page |
How to scrape Subito.it
- Open Subito.it in your browser
- Search for what you want β apply any filters (category, province, price range)
- Copy the full URL from your browser address bar
- Paste it into the Search URL field in the Actor input
- Set Max pages (each page has ~30 listings; default is 1 page for the free test run)
- Click Start and wait for results
How much will it cost to scrape Subito.it?
This Actor uses pay-per-result pricing at $1.50 per 1,000 listings.
- Scraping 1 page (~30 listings) costs less than $0.05
- Scraping 100 listings costs $0.15
- Scraping 1,000 listings costs $1.50
You are only charged for successfully scraped listings. Failed or skipped items are free. The Apify Free plan includes $5 of usage per month, enough for ~3,300 listings.
Input
See the Input tab for full configuration options.
| Field | Required | Default | Description |
|---|---|---|---|
searchUrl | Yes | https://www.subito.it/annunci-lombardia/vendita/usato/?q=iphone | Subito.it search URL from your browser |
maxPages | No | 1 | Number of result pages to scrape (~30 listings per page, up to 50 pages) |
Output
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel from the Output tab or via the Apify API.
[{"title": "iPhone 15 Pro Max 256GB - Blu Titanio","price": 950,"priceRaw": "950 β¬","currency": "EUR","location": "Milano, Lombardia","images": ["https://images.subito.it/annunci/..."],"link": "https://www.subito.it/annunci/lombardia/vendita/usato/..."}]
FAQ, Disclaimers, and Support
Is this Actor legal to use?
Our Actors are ethical and do not extract any private user data, such as email addresses, gender, or location. They only extract what the user has chosen to share publicly. We therefore believe that our Actors, when used for ethical purposes by Apify users, are safe. However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers. We also recommend reviewing Subito.it's Terms of Service before use.
What URL formats are supported?
Any standard Subito.it search URL β for example:
https://www.subito.it/annunci-italia/vendita/usato/?q=iphonehttps://www.subito.it/annunci-lombardia/vendita/elettronica/?q=macbook&ps=500&pe=1500https://www.subito.it/annunci-lazio/affitti/immobili/roma/
The Actor preserves all your filter parameters and simply appends the pagination parameter (&o=2, &o=3, etc.) for subsequent pages.
Why does the Actor use Playwright (a browser)?
Subito.it renders listings with JavaScript, so a simple HTTP request returns a blocked page. Playwright launches a real browser in headless mode to load the page content. This makes the Actor slightly slower but reliable.
The Actor returned fewer results than expected
If a page returns no listings (e.g. the search has fewer results than maxPages Γ 30), the Actor logs a warning and stops early. Try reducing maxPages or broadening your search filters.
How do I run this on a schedule?
Use the Schedules feature in Apify Console to run this Actor automatically (e.g. daily or hourly) and monitor your saved searches. Results are stored in the dataset and accessible via API.
I found a bug or need help
Please use the Issues tab on the Actor page to report bugs or request features. For programmatic access, see the API tab.