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

Ale

Ale

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

4

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.

Use with AI Agents (MCP)

Connect this actor to any MCP-compatible AI client — Claude Desktop, Claude.ai, Cursor, VS Code, LangChain, LlamaIndex, or custom agents.

Apify MCP server URL:

https://mcp.apify.com?tools=santamaria-automations/subito-it-scraper

Example prompt once connected:

"Use subito-it-scraper to scrape company data from subito it. Return results as a table."

Clients that support dynamic tool discovery (Claude.ai, VS Code) will receive the full input schema automatically via add-actor.

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
}

European Classifieds

Real Estate

Enrich your data

Issues & Feedback

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