Fashion Beauty
Beautybay logo

Beautybay API

beautybay.com

Beauty Bay - UK makeup, skincare, and haircare with details and recommendations.

Actions
8
Category
Fashion Beauty
Login
Not required
Output
JSON

Call the Beautybay API

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

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_beautybay_com_category_listing_header",
    "params": {
      "page_url": "/l/makeup/",
      "locale": "en-GB",
      "bag_id": "u2nrx9t75aloid7j1njoiwnbjyx18rdnjhd3xff2lgmhhyropnqrw"
    }
  }'

8 actions on beautybay.com

Read

  • Category Listing Header

    act_beautybay_com_category_listing_headerread2 credits / call

    Returns a category page's title, description, sub-categories, and available filters.

    page_url
    string · required
    locale
    string · required
    bag_id
    string · required
    search_query
    string
  • Category Product Listing

    act_beautybay_com_category_product_listingread2 credits / call

    Returns a paginated category product grid with SKUs, brands, prices, and stock.

    page_url
    string · required
    locale
    string · required
    bag_id
    string · required
    filters
    string
    sort_option
    string
    page
    integer
    page_size
    integer
  • Homepage Content

    act_beautybay_com_homepage_contentread1 credit / call

    Returns homepage content with featured products, brands, and promotional modules.

    locale
    string · required
    bag_id
    string · required
  • Product Details

    act_beautybay_com_product_detailread2 credits / call

    Returns full product details including price, brand, description, ingredients, variants, and images.

    product_slug
    string · required
    variant
    string · required
    locale
    string · required
    bag_id
    string · required

Write

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

  • Category Navigation Menu

    act_beautybay_com_category_navigation_menuwrite2 credits / call

    Returns the site navigation menu with category and brand links.

    authorization
    string · required
    is_preview
    boolean
  • Homepage CMS Layout

    act_beautybay_com_homepage_cms_layoutwrite2 credits / call

    Returns the homepage layout with its sections, banners, and promotional components.

    country
    string · required
    preview
    boolean
  • Homepage Recommendations

    act_beautybay_com_homepage_recommendationswrite2 credits / call

    Returns recommended homepage products with SKUs, brands, prices, and stock status.

    locale
    string · required
    bag_id
    string · required
    sku
    string
    brand
    string
    currency
    string
    country_code
    string
    page_template
    string
    categorytree
    string
    engine
    string
    email
    string
    view
    string
  • Related Products

    act_beautybay_com_related_productswrite2 credits / call

    Returns related products for a given item with SKUs, brands, and prices.

    sku
    string · required
    parent_product_id
    string · required
    category
    string · required
    brand_name
    string · required
    brand_slug
    string · required
    brand_lookup_name
    string · required
    locale
    string · required
    bag_id
    string · required
    currency
    string
    categorytree
    string
    engine
    string
    email
    string

Beautybay API questions

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