Discover/rokomari.com API
live

rokomari.com APIrokomari.com

Access Rokomari.com book data via API: search titles, get book details, browse categories, fetch quick deals, and retrieve bestseller award winners.

Endpoints
6
Updated
14d ago
Try it
Page number for pagination
Search keyword (supports English and Bengali text)
api.parse.bot/scraper/4bcf1cd4-c566-4d3a-a1f0-dc54e658ea15/<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/4bcf1cd4-c566-4d3a-a1f0-dc54e658ea15/search_books?page=1&query=python' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for books by keyword with pagination. Returns a list of books with title, author, prices, and URLs. Results are paginated server-side with 60 items per page.

Input
ParamTypeDescription
pageintegerPage number for pagination
queryrequiredstringSearch keyword (supports English and Bengali text)
Response
{
  "type": "object",
  "fields": {
    "page": "integer - current page number",
    "items": "array of book objects with id, slug, title, author, offer_price, regular_price, url",
    "query": "string - the search query used",
    "total_results": "integer - total number of matching results"
  },
  "sample": {
    "data": {
      "page": 1,
      "items": [
        {
          "id": "127980",
          "url": "https://www.rokomari.com/book/127980/shohoz-vashay-python-3",
          "slug": "shohoz-vashay-python-3",
          "title": "সহজ ভাষায় পাইথন ৩",
          "author": "মাকসুদুর রহমান মাটিন",
          "offer_price": "654",
          "regular_price": "760"
        }
      ],
      "query": "python",
      "total_results": 136
    },
    "status": "success"
  }
}

About the rokomari.com API

The Rokomari.com API provides 6 endpoints for querying Bangladesh's largest online bookstore, covering book search, detailed metadata, category browsing, quick deals, and bestseller award winners. The search_books endpoint returns up to 60 results per page with title, author, offer price, regular price, and a slug you can pass directly into get_book_details for full specifications, ratings, and a text summary.

Search and Book Detail

The search_books endpoint accepts a query string (English or Bengali) and an optional page integer, returning paginated results of 60 items per page. Each item in the items array carries an id, slug, title, author, offer_price, regular_price, and a direct url. Pass any id and slug pair to get_book_details to retrieve the full record: a specifications object with key-value pairs covering Publisher, ISBN, Edition, Pages, and more; a summary text block; a rating object with average and total fields; and both price fields alongside a discount string.

Categories and Browse

The list_categories endpoint returns all available categories, each with an id, slug, name, and url. Use the category_id (required) and optionally the slug with get_books_by_category to page through titles in that category. The response mirrors the search shape — id, slug, title, author, offer_price, regular_price, and url — alongside the category_id and current page.

Deals and Awards

The get_quick_deals endpoint returns the active promotions on Rokomari, including price, mrp, discount_percentage, deal_price, deal_quantity, and sold_quantity for each deal item, plus an image URL and a link to the full deals page. The get_bestseller_award_page endpoint returns the page title and a winners array where each entry includes the author name, author_id, author_slug, and a profile url — useful for building curated author lists or award tracking features.

Common use cases
  • Build a Bengali-language book discovery app using search_books with native Bengali query strings.
  • Track price differences between offer_price and regular_price across categories to surface the deepest discounts.
  • Aggregate book specifications fields (ISBN, Publisher, Pages) into a structured library catalog.
  • Monitor get_quick_deals on a schedule to alert users when new time-limited promotions appear.
  • Compile a bestseller author directory from get_bestseller_award_page winners with links to their profiles.
  • Build a category-level reading list browser using list_categories and get_books_by_category with pagination.
  • Enrich a book recommendation engine with rating.average and rating.total fields from get_book_details.
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 Rokomari.com have an official public developer API?+
Rokomari.com does not publish an official public developer API or documented REST endpoints for third-party use. This Parse API provides structured access to book, category, deal, and award data from the platform.
What does `get_book_details` return beyond what `search_books` includes?+
The get_book_details endpoint adds a specifications object (Publisher, ISBN, Edition, Pages, and similar fields), a summary text description, and a rating object with average score and total count — none of which appear in the search_books response. Both endpoints share offer_price, regular_price, title, author, id, and slug.
Does `search_books` return all results at once?+
No. Results are paginated server-side at 60 items per page. The response includes a total_results integer so you can calculate how many pages to request. Use the page parameter to walk through subsequent pages.
Does the API expose customer reviews or individual user review text?+
Not currently. The API surfaces aggregate ratings (rating.average and rating.total) from get_book_details, but individual review text, reviewer names, and review dates are not included in any endpoint response. You can fork this API on Parse and revise it to add an endpoint that retrieves individual review content.
Can I look up an author's full profile or bibliography directly?+
Not currently. The get_bestseller_award_page endpoint returns award-winning author names, IDs, slugs, and profile URLs, but there is no dedicated author-profile or author-bibliography endpoint. You can fork this API on Parse and revise it to add an author detail endpoint using those slugs.
Page content last updated . Spec covers 6 endpoints from rokomari.com.
Related APIs in EcommerceSee 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.
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.
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.
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.
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.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
x-kom.pl API
Access product data from x-kom.pl, a major Polish electronics retailer. Search products by keyword or category, retrieve detailed product pages, customer reviews, Q&A, promotions, flash deals, and physical store locations.