Auctiontime: Get Listings
Auctiontime via Parse · marketplace
Fetch paginated auction listings for a category. Returns up to 28 listings per page with title, location, lot number, specs, and image. Use get_categories to discover valid slug/category_id pairs. Scrape auction listing details, auctioneers, and categories from AuctionTime.com Fulfilled by Parse from auctiontime.com.
- auctiontime
- auctiontime-com
- automotive
- ecommerce
- marketplace
- parse
- platform-key
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/2b8559b0-3f76-4719-9202-0a6145fc380f/get_listings
- Interface artifact
- sha256:a3315acfe9d26df64659737988c7eb414d71325828fecc0ce4abc8f99c94a139
- Manifest digest
- sha256:4efeffbe07aa231342f6c28bbd7a62a5f32f0b5034e32c1c2816581a139446b7
Request fields
- page (integer): Page number.
- slug (string, required): URL slug for the category (e.g., 'tractors', 'trucks', 'trailers').: Allowed values: tractors, trucks, trailers, farm-equipment, construction-equipment, harvest-equipment
- category_id (string, required): Category ID (e.g., '1100' for tractors, '27' for trucks).: Allowed values: 1100, 27, 28, 464, 4, 1101
Example queries
- {"page":"1","slug":"tractors","category_id":"1100"}