Search Mercari (jp.mercari.com) items by keyword with optional filters
Price: 1 credit
💡 AI Hint: Search Mercari Japan (jp.mercari.com) items by keyword. Supports filters: category_id, sort (score/created_time/price/num_likes), order (desc/asc), status (on_sale/sold_out), price_min, price_max. Returns up to 600 items with paginated fetch.
⚠️ Common errors: 422: Invalid payload (missing keyword, count out of range, etc.)
Documentation Index
Fetch the complete documentation index at: https://docs.anysite.io/llms.txt
Use this file to discover all available pages before exploring further.
API token from the dashboard
Search keyword
1"ps5 本体"
"iphone 15"
Max number of results to return
1 <= x <= 600Max scrapping execution timeout (in seconds)
20 <= x <= 1500Mercari category ID filter (e.g. 76 for game consoles)
76
Sort field. Default: score (relevance)
score, created_time, price, num_likes Sort order. Default: desc
desc, asc Filter by item status. Empty/None = no filter
on_sale, sold_out, trading Minimum price (JPY)
x >= 0Maximum price (JPY)
x >= 0Successful Response