jp.mercari.com API: get_category_items
jp.mercari.com via Parse · marketplace
Browse items under a specific category with optional price and sort filters. Uses the same search engine as search_items but requires a category_id. Returns up to 120 items per page with cursor-based pagination. Search and browse items on Japan's largest flea market app jp.mercari.com. Supports searching items, browsing categories, viewing item details, and seller profiles. Fulfilled by Parse from jp.mercari.com.
- ecommerce
- jp-mercari-com
- marketplace
- parse
- platform-key
- reviews-ratings
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/d5d7823e-dc11-42c8-ad69-386a5c248f29/get_category_items
- Interface artifact
- sha256:8e006ce96f9930a691e49d02bebc1a27324f936ab0edf00d780d727d4a3b6e30
- Manifest digest
- sha256:141a6274558033ce9a6bd2fdf2c70bb2eea1189223b6102bb71463d1032cb560
Request fields
- sort (string): Sort field. Omitting sorts by relevance.: Allowed values: price, created_time
- order (string): Sort order: Allowed values: asc, desc
- status (string): Item status filter: Allowed values: on_sale, sold_out, all
- price_max (integer): Maximum price in JPY
- price_min (integer): Minimum price in JPY
- page_token (string): Pagination token from previous response's next_page_token. Managed automatically by the SDK paginator.
- category_id (string, required): Category ID to browse (from get_all_categories)
Example queries
- {"sort":"price","order":"asc","status":"on_sale","price_max":"50000","price_min":"1000","category_id":"3088"}