subito.it API: search_listings
subito.it via Parse · marketplace
Search for listings on Subito.it with various filters including keyword, category, location, and price range. Returns paginated results sorted by recency. At least one filter (query, category, region, city) is recommended to narrow results; calling with no filters returns all listings site-wide. Search and browse classified listings on Subito.it — Italy's largest marketplace. Search by keyword, category, location, and price; fetch listing details; reveal seller phone numbers; and browse dealer inventories. Fulfilled by Parse from subito.it.
- automotive
- marketplace
- parse
- platform-key
- real-estate
- subito-it
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e626a4f7-5ad6-47bb-93ad-28426d5a7b09/search_listings
- Interface artifact
- sha256:dcf26dc414819fc4795358833538bb10122aeb45462e9a04409b6256b9fbcba2
- Manifest digest
- sha256:1a48c7fa8117994fe8e159b8e3cd559c0b7e7abb22ae172e25b66e503cdc5928
Request fields
- city (string): City/Provincia ID (numeric).
- town (string): Town/Comune ID (numeric ISTAT code).
- limit (integer): Number of results to return per page.: Allowed values: 5, 10, 20
- query (string): Search keyword.
- offset (integer): Pagination offset (start index).: Allowed values: 0
- region (string): Region ID (numeric).
- category (string): Category ID (e.g. '6' for Real Estate, '2' for Cars, '12' for Telefonia). Use get_categories to discover all IDs.
- price_max (string): Maximum price filter (numeric string).
- price_min (string): Minimum price filter (numeric string).
- listing_type (string): Listing type: 's' for sale (vendita), 'a' for rent (affitto).: Allowed values: s, a
- advertiser_type (string): Advertiser type: '0' for private, '1' for business.: Allowed values: 0, 1
Example queries
- {"city":"4","town":"058091","limit":"3","query":"iPhone","offset":"0","region":"4","category":"2","price_max":"5000","price_min":"100","listing_type":"s","advertiser_type":"1"}