Shopping
Barnes & Noble logo

Barnes & Noble API

barnesandnoble.com

Barnes & Noble - book listings, details, reviews, series, and editorial content.

Actions
8
Category
Shopping
Login
Not required
Output
JSON

Call the Barnes & Noble API

Submit a task, then poll the job until it settles. This example runs act_barnesandnoble_editorial_articles.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_barnesandnoble_editorial_articles",
    "params": {
      "tag": "Topic: What We Are Reading"
    }
  }'

8 actions on barnesandnoble.com

Read

  • Editorial Articles

    act_barnesandnoble_editorial_articlesread2 credits / call

    Returns blog articles by tag with titles, excerpts, and publication dates.

    tag
    string · required
    limit
    integer
  • Filtered Product Listing

    act_barnesandnoble_filtered_product_listingread2 credits / call

    Searches books by category, format, and price and returns titles, prices, and formats.

    filter_expression
    string · required
    sort_field
    string · required
    page_size
    integer
  • Homepage Content

    act_barnesandnoble_homepage_contentread1 credit / call

    Returns homepage navigation, promotional banners, carousels, and featured products.

  • Product Details

    act_barnesandnoble_product_detailread2 credits / call

    Returns book details including title, format variants, pricing, availability, and series metadata.

    product_slug
    string · required
    work_id
    string · required
    ean
    string · required
  • Product Reviews

    act_barnesandnoble_product_reviewsread2 credits / call

    Returns paginated customer reviews with scores, text, dates, and average rating.

    external_id
    string · required
    page
    integer
    per_page
    integer
  • Product Reviews Metadata

    act_barnesandnoble_product_reviews_metadataread1 credit / call

    Returns review filter topics and sentiment summaries for a product.

    external_id
    string · required
  • Rating Summary

    act_barnesandnoble_rating_summaryread1 credit / call

    Returns star rating distribution, average rating, and total review count for a product.

    external_id
    string · required
  • Series Listing

    act_barnesandnoble_series_listingread1 credit / call

    Returns books in a series in order with titles and publication years.

    series_id
    string · required

Barnes & Noble API questions

Is there an API for Barnes & Noble?
Barnes & Noble does not offer a public data API for this, but Anakin Wire provides 8 maintained endpoints for barnesandnoble.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Barnes & Noble data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when barnesandnoble.com changes its markup, Anakin updates the action.
Do I need a Barnes & Noble account?
No. Every Barnes & Noble action listed here runs anonymously — no account and no credentials required.
What does the Barnes & Noble API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Shopping APIs

All Shopping sites