Fashion Beauty
Bananarepublic Gap logo

Bananarepublic Gap API

bananarepublic.gap.com

Banana Republic - apparel search, product details, reviews, and collections.

Actions
7
Category
Fashion Beauty
Login
Not required
Output
JSON

Call the Bananarepublic Gap API

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

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_bananarepublic_gap_category_product_listing_ssr",
    "params": {
      "category_slug": "women/dresses-and-jumpsuits",
      "cid": "69883"
    }
  }'

7 actions on bananarepublic.gap.com

Read

  • Category Product Listing

    act_bananarepublic_gap_category_product_listing_ssrread1 credit / call

    Returns category listing with products, breadcrumbs, and subcategories for a department.

    category_slug
    string · required
    cid
    string · required
  • Homepage

    act_bananarepublic_gap_homepage_ssrread1 credit / call

    Returns homepage navigation, hero content, and merchandising category tiles.

  • Homepage Recommendations

    act_bananarepublic_gap_homepage_recommendationsread1 credit / call

    Returns homepage recommended products with titles, prices, ratings, and badges.

  • Product Details

    act_bananarepublic_gap_product_detail_ssrread1 credit / call

    Returns product details including name, price, availability, images, rating, and description.

    pid
    string · required
    pcid
    string · required
    cid
    string · required
  • Product Reviews

    act_bananarepublic_gap_product_reviewsread1 credit / call

    Returns product reviews, ratings histogram, and rollup summary for a product.

    product_id
    string · required
  • Search Autocomplete

    act_bananarepublic_gap_autocomplete_suggestionsread1 credit / call

    Returns typeahead suggestions and preview products for a search query.

    search_query
    string · required
  • Search Results

    act_bananarepublic_gap_search_resultsread2 credits / call

    Returns keyword search products with names, prices, colors, and review scores.

    keyword
    string · required
    page_number
    string

Bananarepublic Gap API questions

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

All Fashion Beauty sites