Fashion Beauty
Buckle US logo

Buckle US API

buckle.com

Browse Buckle's apparel and denim catalog by category, with product listings, brands, and prices.

Actions
3
Category
Fashion Beauty
Login
Not required
Output
JSON

Call the Buckle US API

Submit a task, then poll the job until it settles. This example runs act_buckle_us_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_buckle_us_product_listing_ssr",
    "params": {
      "category_path": "mens/jeans"
    }
  }'

3 actions on buckle.com

Read

  • Category Listing

    act_buckle_us_product_listing_ssrread1 credit / call

    Returns category products with names, brands, prices, and product links.

    category_path
    string · required
    referer
    string
  • Homepage

    act_buckle_us_homepage_ssrread1 credit / call

    Returns homepage navigation, category links, and promotional banners.

  • Product Listing

    act_buckle_us_product_listingread2 credits / call

    Returns a paginated category product list with names, brands, prices, and links.

    category_path
    string · required
    page
    string · required

Buckle US API questions

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