Resale pricing and inventory research
Use Mercari endpoints to turn resale pricing and inventory research into repeatable API requests with documented inputs and JSON responses.
Turn public Mercari pages into structured resale-marketplace data — keyword listing search, full item detail with photos and pricing, the curated home feed, search autocomplete, and the complete category/brand/size taxonomy, all as normalized JSON. Credential-free.
Search Mercari listings and get item detail, the home feed, autocomplete, and the full taxonomy as structured JSON.
Endpoint families
5
Documented params
8
Examples
5
Live catalog snapshot
Active endpoints
5
Methods
GET
Required params
8
Schema refs
5
{
"platform": "Mercari",
"endpoint": "mercari-search",
"method": "GET",
"path": "/mercari/search",
"auth": "apiKey"
}Use cases
Search Mercari listings and get item detail, the home feed, autocomplete, and the full taxonomy as structured JSON.
Use Mercari endpoints to turn resale pricing and inventory research into repeatable API requests with documented inputs and JSON responses.
Use Mercari endpoints to turn listing and category monitoring into repeatable API requests with documented inputs and JSON responses.
Use Mercari endpoints to turn marketplace demand tracking into repeatable API requests with documented inputs and JSON responses.
Managed execution
Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.
Request behavior is tuned for the target platform and endpoint type.
Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.
Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.
Challenge pages and unusable upstream responses are detected and surfaced clearly.
Results are returned as documented JSON instead of raw HTML.
Test the same route from Docs and Playground before production integration.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/mercari/autocomplete
/mercari/home
/mercari/item/{id}
/mercari/master
/mercari/search
Endpoint catalog
/mercari/searchSearches Mercari's live resale marketplace by free-text keyword, returning normalized listing summaries (title, price, thumbnail, condition, seller) plus the total matching count. Credential-free public data sourced from Mercari's own mobile-app API using an anonymous, login-free session.
/mercari/item/{id}Returns a normalized Mercari item-detail page: description, all photos, price, condition, category, hashtags, the shipping origin state, and a "similar items" carousel of related listings. Credential-free public data sourced from Mercari's own mobile-app API using an anonymous, login-free session.
/mercari/homeReturns Mercari's own curated home-feed recommendations: normalized listing summaries (title, price, thumbnail, condition, seller). Credential-free public data sourced from Mercari's own mobile-app API using an anonymous, login-free session.
/mercari/autocompleteReturns Mercari's own search-suggestion list for a partial keyword, in the upstream's own relevance order. An empty suggestion list is a normal outcome for obscure or gibberish input. Credential-free public data sourced from Mercari's own mobile-app API using an anonymous, login-free session.
/mercari/masterReturns Mercari's full reference taxonomy in one call: every category (with parent linkage), every recognized brand, and every clothing/shoe/apparel size. Large (tens of thousands of brand entries) and effectively static -- cache this response rather than polling it. Credential-free public data sourced from Mercari's own mobile-app API using an anonymous, login-free session.
Related APIs
Marketplaces & Retail
Collect marketplace product signals from Amazon without building brittle storefront scrapers.
Marketplaces & Retail
Build resale, pricing, and marketplace workflows from structured eBay data.
Marketplaces & Retail
Turn public Shop.app product and merchant pages into structured JSON for e-commerce product intelligence, price research, shop monitoring, and marketplace discovery workflows.
How to scrape Mercari
Crawlora's Mercari endpoints return listing search, item detail, the home feed, autocomplete, and taxonomy as normalized JSON with one API key — no login or account required.
Send a keyword to /mercari/search for normalized listing cards.
Pass an item id from a search result to /mercari/item/{id} for full detail and photos.
Use /mercari/home for the curated feed and /mercari/autocomplete to turn a partial query into suggested search terms.
Use /mercari/master for the full category, brand, and size taxonomy.
FAQ
Send a keyword to Crawlora's /mercari/search endpoint and get normalized listing cards — title, price, photos, condition — as structured JSON.
No Mercari account or login is required from the caller — only your Crawlora API key.
Yes — /mercari/master returns Mercari's complete category, brand, and size taxonomy as structured JSON.