Subito.it Scraper - Italian Classifieds & Marketplace avatar

Subito.it Scraper - Italian Classifieds & Marketplace

Pricing

from $3.00 / 1,000 listings

Go to Apify Store
Subito.it Scraper - Italian Classifieds & Marketplace

Subito.it Scraper - Italian Classifieds & Marketplace

Scrape classified listings from Subito.it, Italy's #1 classifieds platform with 30M+ monthly visitors. Paste any search URL with filters. Extract title, description, price, condition, location, seller info, and images. HTTP-only, pay-per-result.

Pricing

from $3.00 / 1,000 listings

Rating

0.0

(0)

Developer

Alessandro Santamaria

Alessandro Santamaria

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Subito.it Scraper

Scrape classified listings from Subito.it, Italy's largest classifieds platform with 30M+ monthly visitors.

How it works

  1. Go to subito.it and set up your search with all desired filters (category, region, price range, seller type, condition, etc.)
  2. Copy the URL from your browser
  3. Paste it into the Search URLs input
  4. Run the actor

That's it. The actor extracts all listings matching your search, with automatic pagination.

Features

  • Any filter combination -- Whatever you can filter on subito.it, the actor can scrape
  • Multiple searches -- Paste multiple URLs to run several searches in one run
  • All categories -- Electronics, vehicles, real estate, furniture, fashion, and more
  • Fast & cheap -- HTTP-only, 128 MB, pay-per-result

Output

FieldTypeDescription
idstringSubito.it numeric ad ID
titlestringAd title
descriptionstringFull ad description text
pricenumberPrice in EUR (null if not listed)
currencystringAlways "EUR"
conditionstringItem condition (e.g., "Come nuovo", "Buono stato", "Nuovo")
categorystringListing category label
regionstringItalian region (e.g., "Lombardia", "Lazio")
citystringCity name (e.g., "Milano", "Roma")
townstringTown/municipality name
seller_namestringSeller or shop display name
seller_typestring"private" or "professional"
image_urlstringMain image URL
image_urlsstring[]All image URLs from the listing
posted_atstringPublication date (ISO 8601)
source_urlstringDirect link to the listing
scraped_atstringScrape timestamp (ISO 8601)

Pricing

No start fee -- pay only for results:

EventCost
Listing (SERP)$0.003

100 listings = $0.30 | 1,000 listings = $3.00

Examples

BMW motors, max 10000 EUR, private sellers

{
"searchUrls": ["https://www.subito.it/annunci-italia/vendita/motori/?q=bmw&pe=10000&advt=0%2C2"],
"maxResults": 100
}

iPhones in Lombardia

{
"searchUrls": ["https://www.subito.it/annunci-lombardia/vendita/telefonia/?q=iphone"],
"maxResults": 200
}

Multiple searches in one run

{
"searchUrls": [
"https://www.subito.it/annunci-italia/vendita/informatica/?q=macbook",
"https://www.subito.it/annunci-italia/vendita/telefonia/?q=samsung+galaxy"
],
"maxResults": 500,
"maxResultsPerQuery": 250
}

Issues & Feedback

Missing something or not working as expected? Open an issue and we'll fix it.