Yahoo: Search Listings
Yahoo via Parse · marketplace
Search active auction and fixed-price listings by keyword and category. Returns paginated results with item title, price, ID, URL, and thumbnail image. Pagination uses an offset parameter that increments by the limit value. Results are sorted by the sort/order combination. An empty query with a category ID returns all items in that category. APIs for searching active and completed listings on Yahoo Auctions Japan, retrieving item details, seller profiles, and identifying underpriced items based on market trends. Fulfilled by Parse from auctions.yahoo.co.jp.
- auctions-yahoo-co-jp
- ecommerce
- finance
- marketplace
- parse
- platform-key
- yahoo
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/db1cf3fd-add4-4ac6-a70d-1b9d1c8e99d7/search_listings
- Interface artifact
- sha256:56e8829e8b94bb66462d7d3383b08b40040f6451059b6122d0378812b87f1245
- Manifest digest
- sha256:ae4fe0c02257a7d02348887fba6df18cf5ee1605ebe46488d5d872698a59fbf6
Request fields
- sort (string): Sort field: Allowed values: new, end, bids, price
- limit (integer): Number of results per page (max 50): Allowed values: 5, 10, 20, 50
- order (string): Sort order: Allowed values: a, d
- query (string): Search keyword
- auccat (string): Category ID
- offset (integer): Pagination offset (starts at 1, increments by limit): Allowed values: 1
- condition (string): Item condition filter: Allowed values: new, used
- max_price (integer): Maximum price in Yen
- min_price (integer): Minimum price in Yen
Example queries
- {"sort":"new","limit":"5","order":"a","query":"Nintendo Switch","offset":"1","condition":"new","max_price":"50000","min_price":"1000"}