Ecommerce
Kohls.Com logo

Kohls.Com API

kohls.com

Fetch product details, descriptions, prices, and category/browse APIs from Kohl's e-commerce marketplace.

Actions
9
Category
Ecommerce
Login
Not required
Output
JSON

Call the Kohls.Com API

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

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_kohls_com_cart_state",
    "params": {}
  }'

9 actions on kohls.com

Read

  • Cart State

    act_kohls_com_cart_stateread2 credits / call

    Bootstrap the anonymous Kohl's CNC cart session. Returns cart ID, session GUID, and profile ID used by Adobe Target personalization and checkout UI.

  • Category Listing Content

    act_kohls_com_category_listing_contentread2 credits / call

    Load the category spotlight HTML shell for a department browse path. Returns spotlight creative markup, promotional banners, and listing-page scaffolding.

    category_spotlight_id
    string · required
  • Category Navigation

    act_kohls_com_category_navigationread2 credits / call

    Fetch the full Kohl's site navigation HTML tree. Returns department names, subcategory links, and browse-path URLs for top-level catalog discovery.

  • Product Info

    kl_product_inforead1 credit / call

    Get a single Kohls product's details by product ID.

    product_id
    string · required
  • Product Rating Summary

    act_kohls_com_product_rating_summaryread1 credit / call

    Fetch Bazaarvoice aggregate rating summary for a product. Returns average rating, review count, and star-distribution breakdown for the product detail page.

    product_id
    string · required
  • Product Search

    kl_searchread2 credits / call

    Search Kohls products by keyword and/or category, with filters, sorting, and pagination.

    query
    string
    category
    string
    page
    integer
    page_size
    integer
    sort
    string
  • Review Highlights

    act_kohls_com_review_highlightsread1 credit / call

    Fetch Bazaarvoice AI-generated review highlight snippets for a product. Returns themed review excerpts and sentiment summaries grouped by topic.

    product_id
    string · required

Write

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

  • Category Listing Recommendations

    act_kohls_com_category_listing_recommendationswrite2 credits / call

    Fetch the category product grid from Kohl's EDE experiences API. Returns product titles, prices, ratings, web product IDs, and recommendation carousel items.

    zipCode
    string · required
    storeNumber
    string · required
    departmentName
    string · required
    rvProductNumbers
    string · required
  • Homepage Product Recommendations

    act_kohls_com_homepage_product_recommendationswrite2 credits / call

    Fetch personalized homepage product recommendation carousels from Kohl's EDE API. Returns product titles, prices, images, and web product IDs for homepage slots.

    zipCode
    string · required
    storeNumber
    string · required
    rvProductNumbers
    string

Kohls.Com API questions

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

All Ecommerce sites