jp.mercari.com API: search_items
jp.mercari.com via Parse · marketplace
Search for items on Mercari Japan with optional filters including keyword, category, price range, and sort options. Returns up to 120 items per page with cursor-based pagination via next_page_token. When no keyword or category is specified, returns trending/recent items. Total count is capped at 15000 by the upstream API. 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/search_items
- Interface artifact
- sha256:070188a047156a4230e2885ace6fa40eb6d2f12c69cd94585f66b045dc182caf
- Manifest digest
- sha256:6ea82fc7ad2d68381746c1d790351626cc975a1ffcc9cad40656826f86e2c9e4
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
- keyword (string): Search keyword to match item titles and descriptions
- 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): Filter by category ID from get_all_categories endpoint
Example queries
- {"sort":"price","order":"asc","status":"on_sale","keyword":"iPhone","price_max":"50000","price_min":"1000","category_id":"3088"}