Marketing
Bazaarvoice logo

Bazaarvoice API

bazaarvoice.com

Bazaarvoice - UGC platform with ratings, reviews, brand case studies, and demos.

Actions
4
Category
Marketing
Login
Not required
Output
JSON

Call the Bazaarvoice API

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

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_bazaarvoice_com_brand_case_study_detail",
    "params": {
      "brand_slug": "midland-radio"
    }
  }'

4 actions on bazaarvoice.com

Read

  • Brand Case Study Details

    act_bazaarvoice_com_brand_case_study_detailread1 credit / call

    Returns a brand case study with name, summary, body, and result statistics.

    brand_slug
    string · required
  • Demo Product Reviews

    act_bazaarvoice_com_products_demo_reviews_ssrread1 credit / call

    Returns the demo product with name, brand, price, aggregate rating, and review count.

    products_hub_url
    string · required
  • Marketing Homepage

    act_bazaarvoice_com_marketing_homepageread1 credit / call

    Returns homepage headline, marketing copy, and navigation links to product and story pages.

  • Ratings And Reviews Hub

    act_bazaarvoice_com_ratings_reviews_hub_ssrread1 credit / call

    Returns the ratings and reviews hub page with headline, summary, body, and FAQs.

    ratings_reviews_url
    string · required

Bazaarvoice API questions

Is there an API for Bazaarvoice?
Bazaarvoice does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for bazaarvoice.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 Bazaarvoice 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 bazaarvoice.com changes its markup, Anakin updates the action.
Do I need a Bazaarvoice account?
No. Every Bazaarvoice action listed here runs anonymously — no account and no credentials required.
What does the Bazaarvoice 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 Marketing APIs

All Marketing sites