# Allbeauty Urls Parser Script (`hello.datawizards/allbeauty-urls-parser-script`) Actor

The `Allbeauty-Urls` Apify Actor extracts detailed product data from Allbeauty listings in structured JSON, including name, description, images, prices, savings, condition, and stock. Ideal for resellers, analysts, and e-commerce automation to monitor products, pricing, and promotions efficiently.

- **URL**: https://apify.com/hello.datawizards/allbeauty-urls-parser-script.md
- **Developed by:** [datawizards](https://apify.com/hello.datawizards) (community)
- **Categories:** Automation, Agents, E-commerce
- **Stats:** 2 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

***

## 📦 Allbeauty-Urls · Apify Actor

### Extract **detailed product information** from Allbeauty listings using clean, structured JSON – ideal for e-commerce insights, price monitoring, and inventory analysis. Built and maintained by [DataWizards](https://linkedin.com/in/data-wizards-aa8080342).

### 📌 What Is `Allbeauty-Urls`?

The `Allbeauty-Urls` Apify Actor allows you to **scrape product data from specific Allbeauty listing URLs**. It captures rich item details such as name, description, images, prices, savings, item condition, and stock availability — all without manual browsing. Perfect for resellers, analysts, and researchers seeking structured cosmetic product data.

***

### 🧠 Key Features

- ✅ **Structured JSON Output** with all essential product details
- ✅ Extracts product name, description, image, actual & offer prices, savings, condition, and stock
- ✅ Supports **multiple Allbeauty URLs** in a single run
- ✅ Proxy support via Apify Proxy (RESIDENTIAL IPs)
- ✅ Fast, reliable, and easy to integrate into workflows

***

### 🛠️ Input Schema

```json
{
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  },
  "ListingUrls": [
    "https://www.allbeauty.com/p/milk-shake-incredible-milk-leave-in-treatment-150ml/11532785/",
    "https://www.allbeauty.com/p/milk-shake-lifestyling-thermo-protector-spray-200ml/16773813/"
  ]
}
```

#### 🔐 Proxy Configuration

- **useApifyProxy**: Must be `true` for reliable results
- **apifyProxyGroups**: `"RESIDENTIAL"` recommended to avoid blocking

***

### 📤 Output Example

```json
[
  {
    "url": "https://www.allbeauty.com/p/milk-shake-incredible-milk-leave-in-treatment-150ml/11532785/",
    "name": "milk_shake Leave-In Treatments Incredible Milk Leave-In Conditioner 150ml",
    "discription": "The Incredible Milk by milk_shake provides hair with 12 unique benefits using muru muru butter, milk proteins and fruit extracts. Suitable for all hair types.",
    "image url": "https://main.thgimages.com/?url=https://static.thcdn.com/productimg/original/11532785-1665286508653090.jpg&format=webp&width=1500&height=1500&fit=cover",
    "actual price": "£21.95",
    "offer price": "£19.95",
    "saving": "Save £2.00",
    "item condition": "NewCondition",
    "availability": "OutOfStock"
  }
]
```

***

### 🚀 Use Cases

- 🛍️ **Reseller Market Research** – Track pricing, offers, and stock availability
- 📈 **Competitor Analysis** – Monitor changes in product offerings and promotions
- 🤖 **E-commerce Automation** – Feed structured data into pricing tools or dashboards
- 📊 **Data Aggregation** – Build analytics and reporting solutions for beauty products

***

### ✅ Best Practices

- Use residential proxies for large-scale scraping
- Always validate input URLs for accuracy
- Avoid repeated requests too quickly to prevent temporary blocks

***

### 🤝 Support

Need custom outputs, specific formats, or integration assistance?
**DataWizards are here for you!**
📩 Email: <hello.datawizard@gmail.com>
✉️ **Subject**: `Allbeauty-Urls Actor – Support Request`
🔗 Connect: [linkedin.com/in/data-wizards-aa8080342](https://linkedin.com/in/data-wizards-aa8080342)

***

### 🧰 Advanced Solutions

Whether you need custom scraping, API integration, or simplified output formatting – DataWizards can tailor the solution to your needs.

💡 *Smart, fast, and scalable e-commerce data extraction.*

***

### 💬 Feedback & Bugs

Found a bug or want a feature?
📧 Email: `hello.datawizard@gmail.com`
🛠️ **Subject**: `Bug Report – Allbeauty-Urls Actor`
Or report an issue directly on [Apify](https://apify.com).

***

#### 🏁 Start scraping smarter with `Allbeauty-Urls` — effortless extraction of Allbeauty product data in structured JSON.

***

# Actor input Schema

## `ListingUrls` (type: `array`):

The listing urls for the spider.

## `proxyConfiguration` (type: `object`):

Specifies proxy servers that will be used by the scraper in order to hide its origin.

## Actor input object example

```json
{
  "ListingUrls": [
    "https://www.allbeauty.com/p/milk-shake-incredible-milk-leave-in-treatment-150ml/11532785/",
    "https://www.allbeauty.com/p/milk-shake-lifestyling-thermo-protector-spray-200ml/16773813/"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("hello.datawizards/allbeauty-urls-parser-script").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    } }

# Run the Actor and wait for it to finish
run = client.actor("hello.datawizards/allbeauty-urls-parser-script").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call hello.datawizards/allbeauty-urls-parser-script --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=hello.datawizards/allbeauty-urls-parser-script",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/cuwtPqgDJFwgr1IiB/builds/b8CWfAaiAEfdW8DRK/openapi.json
