Discover/bookwalker.jp API
live

bookwalker.jp APIbookwalker.jp

Access BookWalker Japan's ebook catalog via API. Search manga and light novels, get book details, browse rankings, and fetch autocomplete suggestions.

Endpoints
5
Updated
14d ago
Try it
Page number for pagination.
Sort order for results (e.g. 'new', 'popular').
Search keyword (Japanese or English).
Category filter code passed as 'ct' parameter to the site search.
api.parse.bot/scraper/7391038e-a864-4d2a-9539-7962430edce2/<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/7391038e-a864-4d2a-9539-7962430edce2/search_books?page=1&query=%E3%83%8A%E3%83%AB%E3%83%88' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for books by keyword with optional filters and pagination. Returns a list of book results with title, author, price, and links.

Input
ParamTypeDescription
pageintegerPage number for pagination.
orderstringSort order for results (e.g. 'new', 'popular').
queryrequiredstringSearch keyword (Japanese or English).
categorystringCategory filter code passed as 'ct' parameter to the site search.
Response
{
  "type": "object",
  "fields": {
    "books": "array of book objects with title, uuid, series_id, author, label, price, image_url, url",
    "total_pages": "integer, total number of available pages",
    "current_page": "integer, the requested page number"
  },
  "sample": {
    "data": {
      "books": [
        {
          "url": "https://bookwalker.jp/series/16740/list/",
          "uuid": "80d6b8bf-3eae-416b-9a0b-33a5aff632d1",
          "label": "ジャンプコミックスDIGITAL",
          "price": "0 ~ 100",
          "title": "双星の陰陽師(ジャンプコミックスDIGITAL)",
          "author": "",
          "image_url": "https://rimg.bookwalker.jp/689858/eUnObgIVNjRTJtVUNQrbaQ__.jpg",
          "series_id": "16740"
        }
      ],
      "total_pages": 1,
      "current_page": 1
    },
    "status": "success"
  }
}

About the bookwalker.jp API

The BookWalker.jp API exposes 5 endpoints covering Japan's largest ebook store, giving developers structured access to book metadata, search results, and category rankings. The get_book_details endpoint returns 10 fields per book including UUID, price in JPY, average rating, series linkage, and author URLs. Companion endpoints handle keyword search with pagination, daily/weekly/monthly rankings by category, autocomplete suggestions, and category landing page sections.

Search and Book Metadata

The search_books endpoint accepts a required query parameter (Japanese or English text) alongside optional filters: category (a category code such as ct2 for manga), order (e.g. new or popular), and page for pagination. Results return an array of book objects each containing title, uuid, author, label, price, image_url, and a canonical url, plus total_pages and current_page for cursor management.

The get_book_details endpoint takes a single uuid and returns the full record for that title: title, authors (array of objects with name and url), price, currency (typically JPY), rating, category, label, series (object with name and url, or null), and the canonical url. This is the primary endpoint for building book pages or enriching catalog data.

Rankings and Discovery

get_rankings returns a ranked list of books filtered by period (daily, weekly, or monthly) and category (total for overall, or codes like ct2 for manga and ct3 for light novels). Each ranked entry includes rank, title, uuid, author, price, image_url, rating, and url — enough to render a full rankings widget without a second request.

autocomplete accepts a term string and returns suggestion objects with label, value, type, typeId, categoryId, and a subscription flag — matching the behavior of BookWalker's live search suggestions. get_category_books takes a category_id slug (e.g. manga, new) and returns the sections displayed on that category landing page, each section carrying a section_title and an array of book objects with the same fields as search_books.

Common use cases
  • Track daily and weekly manga sales rankings to identify trending titles for a recommendation engine.
  • Build a BookWalker price monitor by polling get_book_details for price and currency changes on a watchlist of UUIDs.
  • Populate a series tracker by extracting the series object from get_book_details across a set of followed titles.
  • Implement Japanese ebook autocomplete in a reading app using the autocomplete endpoint's label and categoryId fields.
  • Aggregate category landing page content via get_category_books to surface curated sections in a third-party storefront.
  • Compare author output by collecting authors arrays from search_books results filtered by category code.
  • Seed a light-novel database by iterating get_rankings with ct3 over weekly and monthly periods.
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 BookWalker have an official developer API?+
BookWalker does not publish a public developer API or documented REST interface for third-party use. There is no API key program or developer portal listed at bookwalker.jp.
What does `get_rankings` return and how do I filter by category?+
It returns a rankings array where each entry has rank, title, uuid, author, price, image_url, rating, and url. Pass period as daily, weekly, or monthly, and category as total for overall rankings or a code like ct2 (manga) or ct3 (light novel) to narrow results.
Does the API return book reviews or individual user review text?+
No individual review text is returned. get_book_details exposes an aggregate rating value (number or null) but does not include review counts, review bodies, or reviewer profiles. You can fork this API on Parse and revise it to add an endpoint that fetches per-book review listings if that data is accessible on the book page.
Is BookWalker Global (English storefront) covered by this API?+
The API targets bookwalker.jp, the Japanese-language storefront. BookWalker Global (global.bookwalker.jp) is a separate site with different catalog and pricing. It is not currently covered. You can fork this API on Parse and revise it to point the search and detail endpoints at the Global storefront.
Are there pagination limits on `search_books`?+
The endpoint returns total_pages alongside current_page, so you can iterate pages programmatically. However, BookWalker's site caps how deep pagination can go for any given query, and requesting a page beyond the available range will return an empty books array rather than an error.
Page content last updated . Spec covers 5 endpoints from bookwalker.jp.
Related APIs in MarketplaceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.