Subito Scraper
Pricing
from $1.00 / 1,000 results
Subito Scraper
Specialized scraper for Subito.it. Extract detailed listings including prices, photos, descriptions, and locations from Italy's largest classifieds site.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer

DaddyAPI
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
The specialized scraper for Subito.it. Extract detailed listings including prices, photos, descriptions, and locations from Italy's largest classifieds site.
π Why this scraper?
Subito.it requires precise navigation and strict proxy management. This actor is optimized for stability.
Subito Scraper acts like a real user:
- You provide a Search Keyword (e.g., "Vespa 50 Special").
- The actor navigates, searches, handles pagination, and extracts clean data.
Perfect for:
- π Price Monitoring: Track market prices for vehicles and electronics.
- π Real Estate: Find new apartment listings ("Affitto Roma").
- π Automotive: Monitor car and motorcycle prices.
- ποΈ Arbitrage: Find undervalued items.
π How to Use
Option 1: Apify Console (No Coding)
- Go to the Input tab.
- Enter your Search Keyword (e.g.,
Fiat 500). - Proxy Selection: Select "Apify Proxy" (Residential Italy is highly recommended) OR select your own custom proxy groups.
- Click Start.
- Download your data in Excel, CSV, or JSON format.
Option 2: API (Developers)
You can trigger this actor programmatically via REST API, Python, or Node.js.
Input Payload (JSON)
{"searchQuery": "Rolex Submariner","sortBy": "newest","maxPages": 1,"maxRequestsPerCrawl": 50,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "IT"}}
π Python Example (Simple & Clean)
import jsonfrom apify_client import ApifyClient# 1. ConfigurationAPIFY_TOKEN = 'YOUR_APIFY_TOKEN'ACTOR_ID = 'daddyapi/subito-scraper'client = ApifyClient(APIFY_TOKEN)# 2. Define Inputrun_input = {"searchQuery": "Vespa PX 125","sortBy": "newest","maxPages": 1,"proxyConfiguration": {"useApifyProxy": True,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "IT"}}print(f"π Starting scraper for: {run_input['searchQuery']}...")# 3. Run Actorrun = client.actor(ACTOR_ID).call(run_input=run_input)if not run:print("β Failed to start run.")exit(1)print(f"β Run finished! Status: {run['status']}")# 4. Fetch & Save Resultsdataset_client = client.dataset(run["defaultDatasetId"])items = dataset_client.list_items().itemsfilename = "results.json"with open(filename, "w", encoding="utf-8") as f:json.dump(items, f, indent=2, ensure_ascii=False)print(f"πΎ Saved {len(items)} listings to {filename}")
π Proxy Configuration (Bring Your Own Proxies)
This actor is fully compatible with Apify Proxy (Datacenter & Residential) and Custom Proxies.
1. Residential Proxies (Italy)
Highly Recommended. Subito has strict bot detection. Residential proxies from Italy provide the best success rate.
{"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "IT"}}
π Data Output
The scraper returns highly detailed, structured data for every listing:
{"type": "search_result_subito","id": "5345345","url": "https://www.subito.it/moto-e-scooter/vespa-50-special-roma-5345345.htm","title": "Vespa 50 Special","description": "Vendo splendida Vespa 50 Special anno 1978, restaurata completamente...","price": {"amount": 2500,"currency": "EUR","display": "2.500 β¬"},"location": {"city": "Roma","address": "Roma, Lazio"},"mainPhoto": "https://s.sbito.it/images/53/5345345.jpg","photos": ["https://s.sbito.it/images/53/5345345.jpg","https://s.sbito.it/images/53/5345346.jpg"],"postedAt": "Oggi alle 14:30","isBusiness": false,"seller": {"name": "Marco","rating": null,"reviewsSummary": null}}
βοΈ Configuration Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
searchQuery | String | β | - | What to search for. |
maxPages | Integer | β | 1 | Depth of scrape. 1 page β 30 listings. |
proxyConfiguration | Object | β | Auto | Configure Residential (IT) or Your Custom Proxy Groups. |
π‘οΈ Troubleshooting
- Access Denied / 403? Subito detected the request. Ensure you are using Italian Residential Proxies.
- Empty Results? Try a broader keyword.
βοΈ Legal & Ethics
This scraper is for educational and analytical purposes. Please respect Subito's Terms of Service and robots.txt. Do not use this tool to spam sellers.
π More Scrapers from DaddyAPI
Check out our other specialized tools for scraping data:
| Scraper | Description | Price |
|---|---|---|
| Generic Html Scraper | [Participating in the $1M Challenge] A lightweight, robust, and simple actor to fetch the raw HTML content of any URL. | Pay per result |
| Avito Scraper | Scrape ads from avito.ru. Extracts prices, photos, descriptions, and seller info. | Pay per result |
| Leboncoin Scraper | Scrape ads from leboncoin.fr. Extracts detailed listings. | Pay per result |
| Olx Brazil Scraper | Dedicated scraper for olx.com.br. Optimized for Brazil. | Pay per result |
| Olx India Scraper | Dedicated scraper for olx.in. Optimized for India. | Pay per result |
| Olx Search Scraper | Global OLX scraper. Supports Ukraine, Poland, Romania, Portugal, and more. | Pay per result |
| Marktplaats Scraper | Scrape ads from the Dutch marketplace marktplaats.nl. | Private |
| Poshmark Scraper | Scrape fashion listings from Poshmark. | Private |
| Reddit Scraper | Extract posts and comments from Reddit. | Pay per result |