Discover/lashinbang.com API
live

lashinbang.com APIlashinbang.com

Search Lashinbang's used anime goods, games, and doujinshi inventory. Get product listings, buyback prices, and store locations via 3 structured endpoints.

Endpoints
3
Updated
2h ago
Try it
Page number (1-based).
Sort order. Accepts exactly one of: relevance, arrival_desc, arrival_asc, update_desc, update_asc, price_desc, price_asc, release_desc, release_asc.
Results per page. Accepts exactly one of: 20, 40, 60, 80, 100.
Stock filter. Accepts exactly one of: in_stock, all.
Search keyword in Japanese (e.g. '初音ミク', 'ワンピース').
Product category filter. Accepts exactly one of: グッズ, 映像・音楽, ゲーム, 男性向同人, 女性向同人, 書籍, 金券類, 衣装. Omit or empty for all categories.
api.parse.bot/scraper/39626d1e-3b49-4d7a-83c8-558ccc28cdb6/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/39626d1e-3b49-4d7a-83c8-558ccc28cdb6/search_products' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for products on Lashinbang Online shop. Returns paginated product listings with price, condition, category, maker, series, and store information. Uses the SNVA search engine powering the site. Categories use Japanese text names, not numeric IDs.

Input
ParamTypeDescription
pagestringPage number (1-based).
sortstringSort order. Accepts exactly one of: relevance, arrival_desc, arrival_asc, update_desc, update_asc, price_desc, price_asc, release_desc, release_asc.
limitstringResults per page. Accepts exactly one of: 20, 40, 60, 80, 100.
stockstringStock filter. Accepts exactly one of: in_stock, all.
keywordstringSearch keyword in Japanese (e.g. '初音ミク', 'ワンピース').
categorystringProduct category filter. Accepts exactly one of: グッズ, 映像・音楽, ゲーム, 男性向同人, 女性向同人, 書籍, 金券類, 衣装. Omit or empty for all categories.
Response
{
  "type": "object",
  "fields": {
    "page": "integer current page number",
    "limit": "integer results per page",
    "total": "integer total number of matching products",
    "products": "array of product objects with id, title, url, image, price, category, subcategory, maker, series, condition, store, tag",
    "last_page": "integer total number of pages"
  },
  "sample": {
    "page": 1,
    "limit": 20,
    "total": 4716,
    "products": [
      {
        "id": "151897",
        "tag": "新入荷",
        "url": "https://shop.lashinbang.com/products/detail/151897",
        "image": "https://img.lashinbang.com/69/203000001969_L.jpg",
        "maker": "セガ\tグッドスマイルカンパニー",
        "price": 1491,
        "store": "オンライン",
        "title": "【未開封】ねんどろいどぷち 初音ミク -Project DIVA- VOCALOID 初音ミク Project DIVA特典ver.",
        "series": "初音ミク -Project DIVA- シリーズ\tVOCALOID",
        "category": "グッズ",
        "condition": "未開封",
        "subcategory": "フィギュア"
      }
    ],
    "last_page": 236
  }
}

About the lashinbang.com API

The Lashinbang API provides 3 endpoints covering product search, buyback price lookup, and physical store data from Lashinbang Online, Japan's used anime merchandise and doujinshi retailer. The search_products endpoint returns paginated listings with price, condition, category, series, and store fields. The search_buyback endpoint exposes what Lashinbang will pay sellers per item. All category filters use Japanese text names matching the site's own taxonomy.

Product Search

The search_products endpoint queries Lashinbang's inventory and returns paginated results including id, title, url, image, price, condition, category, subcategory, maker, series, store, and tag for each product. You can filter by keyword (in Japanese, e.g. 初音ミク), category (one of eight Japanese-text values: グッズ, 映像・音楽, ゲーム, 男性向同人, 女性向同人, 書籍, 金券類, 衣装), stock (in_stock or all), and sort (options include arrival_desc, price_desc, and relevance). Page size is controlled with limit, accepting 20, 40, 60, 80, or 100 results per page. The response includes a total count and last_page for full pagination traversal.

Buyback Prices

The search_buyback endpoint returns kaitori (buy-back) offers — what Lashinbang will pay to purchase items from sellers. Each item in the items array carries id, title, url, image, buyback_price, category, subcategory, maker, and series. The same category and keyword filters from product search apply here. Sort options include price_desc, price_asc, release_desc, and release_asc. This endpoint is useful for price arbitrage research or building tools that help collectors decide whether to sell items to Lashinbang.

Store Locations

The get_stores endpoint returns the full list of Lashinbang physical stores in a single unpaginated response. Each store object includes name, type, area, address, postal_code, tel, opening_hour, regular_holiday, latitude, and longitude. The latitude and longitude fields make it straightforward to plot stores on a map or calculate proximity to a given location.

Common use cases
  • Track used anime goods prices on Lashinbang to monitor market value for specific series or characters.
  • Build a buyback calculator that fetches buyback_price from search_buyback to help collectors value their inventory before visiting a store.
  • Aggregate in-stock product listings by condition and price to surface underpriced items across categories like ゲーム or グッズ.
  • Create a store-finder app using latitude and longitude from get_stores to locate the nearest Lashinbang branch.
  • Monitor new arrivals for a specific doujinshi series using arrival_desc sort and a Japanese keyword in search_products.
  • Cross-reference buyback_price against price from search_products to identify items with high resale margins on Lashinbang.
  • Build a catalog of used anime merchandise filtered by maker or series fields for a collection management tool.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Lashinbang have an official developer API?+
No. Lashinbang does not publish a public developer API or documented data access program. This Parse API is the structured way to access product, buyback, and store data from lashinbang.com.
What does the `search_buyback` endpoint return, and how does it differ from `search_products`?+
search_buyback returns the kaitori (buy-back) prices Lashinbang offers sellers, including fields like buyback_price, series, maker, and subcategory per item. It does not include condition, store, or tag fields, which are specific to the search_products endpoint. The two endpoints serve distinct use cases: one for buyers browsing inventory, the other for sellers researching what they'd receive for their items.
How do category filters work across endpoints?+
Both search_products and search_buyback accept a category parameter that must be one of eight Japanese-text values: グッズ, 映像・音楽, ゲーム, 男性向同人, 女性向同人, 書籍, 金券類, or 衣装. Numeric IDs are not accepted. Omitting the parameter returns results across all categories.
Does the API return individual product detail pages or seller reviews?+
Not currently. The API covers paginated product listings via search_products, buyback price lists via search_buyback, and store metadata via get_stores. Per-product detail pages and any user review or rating data are not exposed. You can fork this API on Parse and revise it to add an endpoint targeting individual product URLs.
Are there any known limitations with keyword search?+
Keywords must be supplied in Japanese to match Lashinbang's catalog, which is entirely in Japanese. Romaji or English-language queries are unlikely to return meaningful results. There is no built-in transliteration — you'll need to supply correctly formatted Japanese text (hiragana, katakana, or kanji) for reliable matches.
Page content last updated . Spec covers 3 endpoints from lashinbang.com.
Related APIs in MarketplaceSee all →
ebay.com API
Search and monitor eBay listings across any category, with support for active and completed/sold listings. Retrieve item details, pricing history, seller profiles and feedback, and category data. Filter by keyword, category, condition, seller, and sort order to support price research, market analysis, and inventory monitoring.
store.epicgames.com API
store.epicgames.com API
psacard.com API
Look up PSA certification details for graded collectible cards and search comprehensive population reports and price guides across all card categories. Browse collectible categories by set to discover grading data, pricing information, and population statistics.
craigslist.org API
Search and retrieve Craigslist listings for apartments, vehicles, jobs, services, and other categories across all regional sites to find exactly what you're looking for. Get detailed information about specific listings, browse by location and category, and compare options all in one place.
jp.mercari.com API
Search and browse millions of product listings on Mercari Japan with bilingual support, filtering by categories and getting detailed pricing, item specifications, and seller information. Access comprehensive marketplace data including product summaries, category overviews, and individual seller profiles to find exactly what you're looking for.
mercadolibre.com.ar API
Search for products, cars, and real estate listings on MercadoLibre Argentina and access detailed information including product specifications, customer reviews, and seller profiles. Get comprehensive market data to compare prices, evaluate sellers, and make informed purchasing decisions across multiple categories.
arrow.com API
Search for electronic components and instantly access pricing, availability, and detailed product specifications from Arrow Electronics' catalog. Look up manufacturers, retrieve bulk component data, and find the parts you need all in one place.
auctions.yahoo.co.jp API
Search active and completed Yahoo Auctions Japan listings, view detailed item information, and identify bargain deals by comparing current prices against market trends. Analyze seller profiles to make informed bidding decisions on Japanese auction items.
Lashinbang API – Used Anime & Doujinshi Data · Parse