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 / callReturns blog articles by tag with titles, excerpts, and publication dates.
- tag
- string · required
- limit
- integer
Filtered Product Listing
act_barnesandnoble_filtered_product_listingread2 credits / callSearches 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 / callReturns homepage navigation, promotional banners, carousels, and featured products.
Product Details
act_barnesandnoble_product_detailread2 credits / callReturns 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 / callReturns 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 / callReturns review filter topics and sentiment summaries for a product.
- external_id
- string · required
Rating Summary
act_barnesandnoble_rating_summaryread1 credit / callReturns star rating distribution, average rating, and total review count for a product.
- external_id
- string · required
Series Listing
act_barnesandnoble_series_listingread1 credit / callReturns 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
1-800-Flowers
1-800-Flowers - flowers and gifts, occasions, pricing, variants, and reviews.
Abt
Abt - appliance and electronics categories, specs, prices, and reviews.
Acer Taiwan
Acer Taiwan - products, specs, model comparisons, and pricing.
AFT Fasteners
AFT Fasteners - fastener categories, specs, SKUs, pricing, and availability.
All Electronics
All Electronics - components, categories, product details, and pricing.
Amazon
Amazon - product search, details, reviews, pricing, cart, and orders.