VOOZH about

URL: https://apify.com/daddyapi/subito-scraper

⇱ Subito Scraper Β· Apify


Pricing

from $1.00 / 1,000 results

Go to Apify Store

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

2

Bookmarked

24

Total users

3

Monthly active users

5 months 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)
ifnot 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"
withopen(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.

βš–οΈ 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:

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

You might also like

Subito.it 🧑 Scraper⚑

nogards95/subito-scraper

Scrape Subito.it listings at scale. Extract titles, prices, locations, seller info, images and URLs from Italy's largest classifieds marketplace. Supports keyword search, category and price filters, pagination.

Subito Search Scraper

powerai/subito-search-scraper

Scrape classified ads from Subito.it by providing a search URL, with automatic pagination and comprehensive listing information extraction.

Subito.it Automotive Scraper

emastra/subito-it-motori

Subito.it Automotive Scraper extracts detailed data from Italy’s top marketplace for used cars, bikes, and vans. Scrape listings or individual ads with ease, using filtered search URLs or direct links. Ideal for market analysis, price tracking, and competitor benchmarking.

πŸ‘ User avatar

Emiliano Mastragostino

78

5.0

Vinted Seller Products

pintostudio/vinted-seller-products

The Vinted Seller Products Actor allows you to extract comprehensive product data from any Vinted seller's profile page.

56

Vinted Scraper | No Proxy Required

vulnv/vinted-scraper-pro

A powerful Vinted scraper that extracts detailed product information including prices, images, seller details, descriptions, and more.

Subito.it Scraper

unfenced-group/subito-scraper

Scrape job listings from Subito.it β€” Italy's largest classifieds platform with 40,000+ active job offers.

πŸ‘ User avatar

Unfenced Group

2

Subito.it Scraper

shahidirfan/Subito-it-Scraper

Extract classified listings from Subito.it at scale. Scrape prices, product details, seller information, and item descriptions for market research, competitor analysis, and lead generation. Fast, reliable bulk data extraction from Italy's largest classifieds marketplace.

11