Extract Subito.it listings as clean JSON with zero seller personal data - euro prices, descriptions, categories, condition, shipping flag, municipality-level locations. Newest-first monitoring, pay per result. Built for deal watching, market research and AI pipelines.
$1.99 / 1,000 · 100.0% success over 14 public runs in the last 30 days.
Run it on Apify → Free to try - runs bill per result on your own account.
Every field is optional unless marked; sensible defaults do the rest.
| Field | Type | What it does | Default |
|---|---|---|---|
searchQuery |
string | What to search for on Subito.it, exactly as you would type it in the site's search box, e.g. "bici da corsa" or "iphone 15". Searches all of Italy. | bici |
priceMinEur |
integer | Only include listings costing at least this many euros. | - |
priceMaxEur |
integer | Only include listings costing at most this many euros. | - |
sortBy |
string | Order of results: date (newest first, best for monitoring) or relevance. | date |
postedAfter |
string | Only include listings posted on or after this date (YYYY-MM-DD or a full ISO timestamp). With newest-first sorting the run stops early once older listings are reached. | - |
postedBefore |
string | Only include listings posted on or before this date (YYYY-MM-DD or a full ISO timestamp). | - |
maxItems |
integer | Stop after this many listings. Free-plan runs are capped at 25 items. | 500 |
One JSON object per result, with exactly these fields - no seller identities, no contact data, ever.
| Field | Type | Meaning |
|---|---|---|
listingId |
string | Subito listing ID. |
url |
string | Direct link to the listing. |
title |
string | Listing title as posted. |
description |
string | Listing description as the seller wrote it. |
priceEur |
['integer', 'null'] | Asking price in euros. Null when the listing has no price. |
currency |
string | Always EUR. |
category |
['string', 'null'] | Subito category label, e.g. Biciclette, Elettronica. |
condition |
['string', 'null'] | Item condition as displayed, when reported. |
shippable |
['boolean', 'null'] | Whether the seller offers shipping, when reported. |
town |
['string', 'null'] | Municipality (comune). Locality-level only - no addresses or coordinates. |
province |
['string', 'null'] | Province. |
region |
['string', 'null'] | Italian region, e.g. Marche, Lombardia. |
sellerType |
string | business or private. Seller identity is never collected. |
postedAt |
['string', 'null'] | When the listing was posted, as the site displays it. |
imageUrls |
array | Listing photo base URLs (up to 8). |
100.0% success over 14 public runs in the last 30 days. Live record, failures included: status page.
Full documentation, examples and the AI-assistant prompt live on the store page.