Subito Scraper avatar
Subito Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Subito Scraper

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

DaddyAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

The specialized scraper for Subito.it. Extract detailed listings including prices, photos, descriptions, and locations from Italy's largest classifieds site.

Apify Actor Node.js

πŸš€ 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:

  1. You provide a Search Keyword (e.g., "Vespa 50 Special").
  2. 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)

  1. Go to the Input tab.
  2. Enter your Search Keyword (e.g., Fiat 500).
  3. Proxy Selection: Select "Apify Proxy" (Residential Italy is highly recommended) OR select your own custom proxy groups.
  4. Click Start.
  5. 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 json
from apify_client import ApifyClient
# 1. Configuration
APIFY_TOKEN = 'YOUR_APIFY_TOKEN'
ACTOR_ID = 'daddyapi/subito-scraper'
client = ApifyClient(APIFY_TOKEN)
# 2. Define Input
run_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 Actor
run = 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 Results
dataset_client = client.dataset(run["defaultDatasetId"])
items = dataset_client.list_items().items
filename = "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

ParameterTypeRequiredDefaultDescription
searchQueryStringβœ…-What to search for.
maxPagesInteger❌1Depth of scrape. 1 page β‰ˆ 30 listings.
proxyConfigurationObject❌AutoConfigure 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.

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:

ScraperDescriptionPrice
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 ScraperScrape ads from avito.ru. Extracts prices, photos, descriptions, and seller info.Pay per result
Leboncoin ScraperScrape ads from leboncoin.fr. Extracts detailed listings.Pay per result
Olx Brazil ScraperDedicated scraper for olx.com.br. Optimized for Brazil.Pay per result
Olx India ScraperDedicated scraper for olx.in. Optimized for India.Pay per result
Olx Search ScraperGlobal OLX scraper. Supports Ukraine, Poland, Romania, Portugal, and more.Pay per result
Marktplaats ScraperScrape ads from the Dutch marketplace marktplaats.nl.Private
Poshmark ScraperScrape fashion listings from Poshmark.Private
Reddit ScraperExtract posts and comments from Reddit.Pay per result