Shopping
Vijay Sales logo

Vijay Sales API

vijaysales.com

Vijay Sales - product search, details, delivery serviceability, and cart.

Actions
5
Category
Shopping
Login
Some actions
Output
JSON

Call the Vijay Sales API

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

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": "vs_check_serviceability",
    "params": {
      "pincode": "400001",
      "skus": "252244"
    }
  }'

5 actions on vijaysales.com

Read

  • Delivery Serviceability

    vs_check_serviceabilityread3 credits / call

    Returns delivery mode, estimated date, COD availability, and store stock for a pincode.

    pincode
    string · required
    skus
    string · required
  • Product Details

    vs_product_detailsread3 credits / call

    Returns full product details by SKU including name, brand, MRP, offer price, images, warranty, and offers.

    sku
    string · required
  • Product Search

    vs_search_productsread3 credits / call

    Returns products by keyword with pricing, ratings, images, and discount info.

    query
    string · required
    page_size
    integer
    page
    integer
  • View Cart

    vs_view_cartreadlogin required2 credits / call

    Returns the current cart with items, quantities, prices, and total. Requires authentication.

Write

Write actions change state on vijaysales.com and run as the account you connect.

  • Add to Cart

    vs_add_to_cartwritelogin required3 credits / call

    Adds a product to the cart by SKU and returns the result. Requires authentication.

    sku
    string · required
    quantity
    integer

Vijay Sales API questions

Is there an API for Vijay Sales?
Vijay Sales does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for vijaysales.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 Vijay Sales 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 vijaysales.com changes its markup, Anakin updates the action.
Do I need a Vijay Sales account?
Some Vijay Sales actions read data that is only visible when signed in, so those need a credential you connect once. Actions marked "read" without a login requirement run anonymously.
What does the Vijay Sales 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