# Subito Scraper — Prices, Sellers, Location & Photos (`haketa/subito-scraper`) Actor

Scrape Subito.it, Italy's #1 classifieds, by keyword or URL. Get price (EUR), location (region, city), seller type (private/business), description, attributes and photos. Cars, electronics, home and more. No login or API key. Export JSON, CSV, Excel.

- **URL**: https://apify.com/haketa/subito-scraper.md
- **Developed by:** [Haketa](https://apify.com/haketa) (community)
- **Categories:** E-commerce, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Subito Scraper 🇮🇹

Extract listings from **Subito.it — Italy's #1 classifieds marketplace** — at scale, without an account or API key. Search any keyword or paste category URLs and get clean JSON, CSV or Excel: **price in EUR, location (region + city), seller type (private vs business), description, attributes and photos.**

Whether you track Italian second-hand prices, hunt resale opportunities, monitor a category, or build B2B lead lists of business sellers, this scraper turns Subito into a structured dataset in minutes.

***

### 🔑 What this scraper does

- 🔎 **Search by keyword** — `iphone`, `volkswagen golf`, `divano`, `bici`, anything across every category.
- 🔗 **Or paste URLs** — copy a Subito search/category page from your browser and scrape it directly, with your on-site filters preserved.
- 💶 **Prices in EUR** — the amount plus currency, ready for analysis.
- 👤 **Seller type** — **private vs business** — great for B2B lead generation and separating hobby sellers from dealers.
- 📍 **Location** — the region and city/province shown on each ad.
- 🕒 **Publish date** — the exact timestamp each ad went live.
- 🗂️ **Category & attributes** — category name plus category-specific fields (condition, shipping, phone type, etc.).
- 📝 **Description** — the full ad description text.
- 🖼️ **Photos** — the image gallery.

No login, no cookies to paste, no API key. Enter what you want, press start, export.

***

### 📋 Example output

```json
{
  "id": "660110999",
  "url": "https://www.subito.it/telefonia/iphone-11-bergamo-660110999.htm",
  "title": "Iphone 11",
  "description": "Vendo Iphone 11, scatola originale, cavo originale, 75% batteria, senza graffi...",
  "price": 150,
  "currency": "EUR",
  "category": "Telefonia",
  "categoryId": "12",
  "sellerType": "private",
  "sellerName": null,
  "sellerId": "102459400",
  "region": "Lombardia",
  "city": "Bergamo",
  "town": null,
  "publishedDate": "2026-09-09 17:15:25",
  "imageUrl": "https://images.sbito.it/api/v1/sbt-ads-images-pro/images/80/80fe77a6-...",
  "images": ["https://images.sbito.it/.../1", "https://images.sbito.it/.../2"],
  "nbImages": 5,
  "attributes": { "phone_type": "Cellulari e Smartphone", "item_shipping_package_size": "Piccolo - fino a 2kg" },
  "searchTerm": "iphone",
  "scrapedAt": "2026-09-09T15:00:00.000Z"
}
```

***

### 🗂️ Fields you get

| Field | Description |
|---|---|
| `id` | Unique Subito listing ID |
| `url` | Direct link to the listing |
| `title` | Ad title |
| `description` | Full ad description text |
| `price` | Price in euros |
| `currency` | Always `EUR` |
| `category` | Category name (e.g. *Telefonia*, *Auto*) |
| `categoryId` | Numeric category ID |
| `sellerType` | `private` or `business` — the key field for B2B lead gen |
| `sellerName` | Business/advertiser name where available |
| `sellerId` | Subito user ID of the advertiser |
| `region` | Italian region (e.g. *Lombardia*) |
| `city` | City / province |
| `town` | More specific town where available |
| `publishedDate` | When the ad was published |
| `imageUrl` | Main image URL |
| `images` | Array of image URLs |
| `nbImages` | Number of photos |
| `attributes` | Category-specific fields (condition, shipping, phone type…) |
| `searchTerm` | The search term that produced this result |
| `scrapedAt` | ISO timestamp of the scrape |

***

### 🚀 How to use

1. Click **Try for free**.
2. Enter one or more **Search Terms** (e.g. `iphone`, `volkswagen golf`) — **or** paste full Subito search / category URLs into **Start URLs**.
3. (Optional) Filter by **Seller Type** (private / business) and by a **price range**.
4. Set **Max Items** and **Max Pages per Search**, then click **Start**.
5. Export the results as **JSON, CSV, Excel, HTML, RSS**, or pull them through the **Apify API**.

No account and no technical setup required.

***

### 📝 Example inputs

#### 1. Simple keyword search

```json
{
  "searchTerms": ["iphone"],
  "maxItems": 200
}
```

#### 2. B2B lead list — businesses only

```json
{
  "searchTerms": ["climatizzatore", "pompa di calore"],
  "sellerType": "business",
  "maxItems": 1000
}
```

#### 3. Price-filtered resale hunt (private sellers)

```json
{
  "searchTerms": ["macbook pro"],
  "sellerType": "private",
  "priceMin": 300,
  "priceMax": 1200,
  "maxItems": 500
}
```

#### 4. Multiple keywords at once

```json
{
  "searchTerms": ["ps5", "xbox series x", "nintendo switch"],
  "maxItems": 900,
  "maxPagesPerSearch": 10
}
```

#### 5. Scrape a category or filtered URL directly

```json
{
  "startUrls": ["https://www.subito.it/annunci-italia/vendita/auto/?q=golf"],
  "maxItems": 1000
}
```

When you use **Start URLs**, whatever filters you set on the Subito website (category, region, price, etc.) are already baked into the URL, so the scraper follows them exactly.

***

### 🔗 How to use Start URLs

1. Go to **Subito.it** in your browser.
2. Search and apply any filters you like — category, region, price band, etc.
3. Copy the URL from the address bar.
4. Paste it into the **Start URLs** field.

You can add as many URLs as you like and mix them with search terms. Each source is paginated automatically up to your **Max Pages per Search** limit.

***

### 💡 Popular use cases

#### 🎯 B2B lead generation

Filter by **business** sellers to build a list of dealers and companies advertising on Subito — with advertiser name, user ID and location. Perfect for wholesalers, service providers and marketplace-tool vendors targeting Italian sellers.

#### 💰 Reselling, flipping & arbitrage

Track what phones, cars, furniture or bikes sell for across Italy. Compare private vs business pricing, filter by budget, and spot underpriced items to flip.

#### 📈 Italian market & price research

Build a price dataset for any product or category. Monitor supply and average prices across regions, track seasonal trends with the publish date, and benchmark against the live Italian market.

#### 🚗 Used-car & vehicle data

Scrape the cars and motors categories to capture titles, prices, location and attributes — great for dealers, valuation tools and automotive analysts.

#### 🛋️ Category & inventory monitoring

Follow a category (furniture, electronics, tools, fashion) and watch how prices, volume and the private/business mix change over time.

#### 🤖 AI, LLM & data enrichment

Feed clean, structured Subito listings into your own models, RAG pipelines, dashboards or data products. The flat JSON output plugs straight into any workflow.

***

### 👥 Who uses this

- **Sales & growth teams** building Italian B2B lead lists.
- **Resellers & e-commerce sellers** sourcing inventory and pricing.
- **Market researchers & data teams** building Italian market datasets.
- **Automotive & category analysts** tracking supply and prices.
- **Developers & AI builders** who need reliable classifieds data via API.

***

### 🎛️ Filters explained

- **Search Terms** — keywords across all categories. Each term is searched separately, and results are combined and de-duplicated.
- **Start URLs** — paste any Subito search or category URL. Filters embedded in the URL are respected.
- **Seller Type** — `Any`, `Private sellers`, or `Businesses / dealers`. Businesses are professional advertisers, making them ideal for lead generation.
- **Min / Max Price (€)** — keep only listings inside your budget band.
- **Max Items** — cap the total number of listings collected across all searches (`0` = unlimited).
- **Max Pages per Search** — how many result pages to scrape per term / URL. Each page holds about 30 listings.

***

### ⚙️ Tips & best practices

- **Be specific with keywords.** `volkswagen golf gtd` returns tighter results than `auto`.
- **Use several focused terms** instead of one broad term to widen coverage while staying relevant.
- **Combine `sellerType: business` with a niche keyword** to build the cleanest B2B lead lists.
- **Use Start URLs for advanced targeting** — set category, region and price filters on the website first, then paste the URL.
- **Schedule runs** to monitor prices or catch new listings automatically.
- **Start small.** Run with a low `maxItems` first to preview the data, then scale up.

***

### ❓ FAQ

**Do I need a Subito account or API key?**
No. Just enter what you want and run — no login, no cookies, no key.

**In what currency are prices?**
Euro (EUR). The `price` field is a number and `currency` is always `EUR`.

**Can I tell private sellers from businesses?**
Yes. Every listing has a `sellerType` of `private` or `business`, and businesses include their advertiser name where available — ideal for lead generation.

**Can I scrape a specific region or city?**
Apply the location filter on Subito, copy the URL and paste it into **Start URLs** — region and city come back on every listing.

**Can I scrape cars, real estate, electronics or jobs?**
Yes. Search a relevant keyword or paste the category URL from your browser into **Start URLs**. Category-specific attributes are returned in `attributes`.

**Do I get the full ad description?**
Yes — the full description text is included on every listing.

**How many listings can I get?**
As many as the search returns, up to your `maxItems` and `maxPagesPerSearch` limits. Set `maxItems: 0` for unlimited.

**How do I filter by price?**
Use **Min Price** and **Max Price**, or bake the price filter into a Start URL.

**What export formats are supported?**
JSON, CSV, Excel, HTML table, RSS, and the Apify API. You can also connect to Make, Zapier, Google Sheets, Slack, webhooks or an MCP server.

**Can I automate or schedule it?**
Yes. Use the Apify Scheduler to run it on any interval, or trigger it via API/webhook from your own app.

**Is the data structured and clean?**
Yes. Every listing is normalized into a consistent, flat JSON object with typed fields, ready for spreadsheets, databases and analytics.

**Do results include duplicates?**
No. Listings are de-duplicated by their unique ID across all your search terms and URLs.

***

### 🔌 Integrations

- Export to **JSON, CSV, Excel, HTML, RSS**.
- Pull data via the **Apify API** or official client libraries (JavaScript, Python).
- Connect to **Make, Zapier, Google Sheets, Slack, webhooks** and hundreds more.
- Use it from an **MCP server** inside your AI agent / LLM workflow.
- Schedule recurring runs with the built-in **Apify Scheduler**.

***

### 📤 Output & export

Every run stores results in an Apify dataset. You can:

- Preview them in a clean table right in the console.
- Download as JSON, CSV, Excel, HTML or RSS.
- Fetch them programmatically through the dataset API endpoint.
- Push them to your warehouse, spreadsheet or app via integrations.

***

### ⚖️ Legal & responsible use

This scraper collects **publicly available** listing information only — the same data any visitor can see on Subito.it without logging in. It does not access private messages, contact details behind a login, or anything requiring authentication.

You are responsible for how you use the collected data. Please:

- Respect Subito's Terms of Service and all applicable laws (including the GDPR).
- Use any personal or company data lawfully and only for legitimate purposes.
- Avoid excessive request rates and scrape responsibly.

This tool is provided for lawful purposes such as price research, market analysis, lead generation and business intelligence. It is not affiliated with, endorsed by, or connected to Subito.

# Actor input Schema

## `searchTerms` (type: `array`):

What to search for, e.g. 'iphone', 'volkswagen golf', 'divano'. Each term is searched separately. Leave empty if you use Start URLs.

## `startUrls` (type: `array`):

Optional. Paste full Subito.it search/category URLs to scrape them directly (a specific category, region, price range, etc.). When provided, Search Terms below are ignored for these URLs.

## `sellerType` (type: `string`):

Filter by private sellers or businesses (great for B2B lead generation — businesses are professional advertisers).

## `priceMin` (type: `integer`):

Only listings at or above this price.

## `priceMax` (type: `integer`):

Only listings at or below this price.

## `maxItems` (type: `integer`):

Maximum number of listings to collect across all searches. 0 = unlimited.

## `maxPagesPerSearch` (type: `integer`):

How many result pages to scrape per search term / URL. Each page has about 30 listings.

## `proxyConfiguration` (type: `object`):

The default (Apify Proxy, datacenter) works out of the box and is fast and cheap. If DataDome ever challenges the datacenter IPs, switch to Residential and country Italy.

## Actor input object example

```json
{
  "searchTerms": [
    "iphone"
  ],
  "startUrls": [],
  "sellerType": "",
  "maxItems": 100,
  "maxPagesPerSearch": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `dataset` (type: `string`):

Open to view and export all scraped listings (JSON, CSV, Excel).

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchTerms": [
        "iphone"
    ],
    "startUrls": [],
    "maxItems": 100,
    "maxPagesPerSearch": 5,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("haketa/subito-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchTerms": ["iphone"],
    "startUrls": [],
    "maxItems": 100,
    "maxPagesPerSearch": 5,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("haketa/subito-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchTerms": [
    "iphone"
  ],
  "startUrls": [],
  "maxItems": 100,
  "maxPagesPerSearch": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call haketa/subito-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,haketa/subito-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/Tx4n2J1mvMGcftrkB/builds/Jafn2pL8DUbD9UywZ/openapi.json
