Riyasewana: Search Vehicles
Riyasewana via Parse · automotive
Search for vehicles with specific filters including make, model, city, year range, price range, transmission, and fuel type. Returns up to 40 listings per page. The search_url in the response is the resolved URL used for pagination. All filter params are optional; omitting all returns the full inventory. Scraper for riyasewana.com - Sri Lanka's leading vehicle marketplace. Provides vehicle listings by category, search with filters, and detailed vehicle information. Fulfilled by Parse from riyasewana.com.
- automotive
- ecommerce
- marketplace
- parse
- platform-key
- riyasewana
- riyasewana-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- automotive
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/a20b5c9d-d197-43eb-a622-4b464d151c87/search_vehicles
- Interface artifact
- sha256:18715031ef5381eae506b48b9cb1fe2bd9edecb441381000287f6283c6c1921f
- Manifest digest
- sha256:98f4213d6b850118dc2b74842b5febcdb47190f3e1376d3650223df46b1b8dac
Request fields
- city (string): City name (e.g., Colombo, Kandy).
- fuel (string): Fuel type filter.: Allowed values: petrol, diesel, electric, hybrid
- make (string): Vehicle make (e.g., Toyota, Honda, Suzuki).
- page (integer): Page number for pagination.
- model (string): Vehicle model (e.g., Prius, Civic, Alto).
- year_max (string): Maximum year of manufacture.
- year_min (string): Minimum year of manufacture.
- price_max (string): Maximum price in LKR.
- price_min (string): Minimum price in LKR.
- transmission (string): Transmission type filter.: Allowed values: Automatic, Manual
Example queries
- {"fuel":"petrol","make":"Toyota","page":"1","model":"Alto","year_max":"2022","year_min":"2015","transmission":"Automatic"}