Tori: Search Listings
Tori via Parse · marketplace
Full-text search over Tori.fi recommerce listings. Filters by category hierarchy (category → sub_category → product_category) using dotted notation IDs. Returns a page of listing summaries; paginates via page number. When fetch_details is true, each item is enriched with description, location, and seller info (capped at 50 items per call, slower). Tori.fi is Finland's largest second-hand marketplace. Search for listings across categories, browse refurbished phones, and retrieve detailed product information with seller details. Fulfilled by Parse from tori.fi.
- automotive
- ecommerce
- marketplace
- parse
- platform-key
- tori
- tori-fi
Price and execution
- Price
- $0.20 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/c1aab9a4-7b5e-4408-91f2-ce01004c705d/search_listings
- Interface artifact
- sha256:b1fc09fc84e92c1831e52bd29dfcc1abc6ca97f5b46bae899846dea8e0a875f1
- Manifest digest
- sha256:3f3c3cddaf411f92ed7786acc44b35d85c473cc7a49164a90f1c84fcdd7846ad
Request fields
- page (integer): Page number for pagination.
- query (string): Search keyword matching listing titles and descriptions (e.g. 'puhelin', 'OnePlus').
- category (string): Top-level category ID in dotted notation. Confirmed values: '0.76' (Antiikki ja taide), '0.90' (Auto/vene/moottoripyörätarvikkeet), '0.93' (Elektroniikka ja kodinkoneet), '0.77' (Eläimet ja eläintarvikkeet), '0.78' (Koti ja sisustus), '0.68' (Lapset ja vanhemmat), '0.91' (Liiketoiminta ja palvelut), '0.67' (Piha ja remontointi), '0.69' (Urheilu ja ulkoilu), '0.71' (Vaatteet, kosmetiikka ja asusteet).
- sub_category (string): Sub-category ID in dotted notation (level 1 prefix + parent + sub-id). Example: '1.93.3217' (Puhelimet ja tarvikkeet under Elektroniikka).
- fetch_details (boolean): Whether to fetch full details (description, location, seller) for each item. Makes one additional request per item; limited to 50 items per call.
- product_category (string): Product category ID in dotted notation (level 2 prefix + parent chain + product-id). Example: '2.93.3217.39' (Matkapuhelimet).
Example queries
- {"page":"1","query":"puhelin","category":"0.93","sub_category":"1.93.3217","fetch_details":"False","product_category":"2.93.3217.39"}