# Pantene Urls Spider (`getdataforme/pantene-urls-spider`) Actor

The Pantene Urls Spider is an Apify Actor that efficiently scrapes detailed product data from Pantene's website, including names, descriptions, images, SKUs, and GTINs....

- **URL**: https://apify.com/getdataforme/pantene-urls-spider.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** AI, Agents, E-commerce
- **Stats:** 3 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $9.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/actors/running/actors-in-store.md#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

## Pantene Urls Spider

### Introduction

The Pantene Urls Spider is a powerful Apify Actor designed to scrape product information from Pantene's website. It efficiently extracts detailed data such as product names, descriptions, images, SKUs, and more from specified URLs, enabling users to gather comprehensive insights into Pantene's product catalog. This tool is ideal for businesses, researchers, and developers seeking reliable, structured data for analysis, monitoring, or integration into larger systems.

### Features

- **Efficient URL Scraping**: Quickly processes multiple Pantene product URLs to extract key details without manual effort.
- **High-Quality Data Extraction**: Captures accurate product information including names, descriptions, images, SKUs, and GTINs for reliable insights.
- **Flexible Input Handling**: Accepts a list of URLs, allowing customization for targeted scraping of specific products.
- **Structured JSON Output**: Delivers clean, machine-readable data perfect for integration with databases or analytics tools.
- **Error-Resilient**: Handles common web scraping challenges like timeouts or missing elements gracefully.
- **Fast Performance**: Optimized for speed, processing URLs in parallel to minimize runtime.
- **Apify Integration**: Seamlessly runs on the Apify platform with built-in logging and result export options.

### Input Parameters

| Parameter | Type    | Required | Description                                                                 | Example |
|-----------|---------|----------|-----------------------------------------------------------------------------|---------|
| Urls      | array   | Yes      | A list of URLs to scrape from Pantene's website. Each URL must be a valid HTTP or HTTPS link. | \["https://pantene.com/en-us/product/daily-moisture-renewal-conditioner"] |

### Example Usage

To run the Pantene Urls Spider, provide input in JSON format like this:

```json
{
  "Urls": [
    "https://pantene.com/en-us/product/daily-moisture-renewal-conditioner"
  ]
}
```

The Actor will output structured data in JSON format, such as:

```json
[
  {
    "url": "https://pantene.com/en-us/product/daily-moisture-renewal-conditioner",
    "name": "Daily Moisture Renewal Conditioner",
    "image": "https://images.ctfassets.net/r9udlqyetmm3/7g1ehFdnEOj55Pv3vNIYeH/06bd11b15a374959b743740bfe355fdd/00080878195060_C1N1_1.jpg",
    "description": "72 HR LUSH MOISTURE Visibly replenish dry, lifeless hair and protect inner hair bonds against future damage. Gently cleanse and hydrate your strands with a dose of added moisture. Our Daily Moisture Renewal Shampoo provides a nutrient-rich lather that penetrates deep into hair to deliver 2X the moisture needed to hydrate and replenish dry hair. Get a burst of hydration with every wash as our moisturizing conditioner works to instantly nourish dry hair for optimal softness from root to tip.  Crafted to hydrate all hair types and is gentle enough for use on permed or color-treated hair. Free of parabens and colorants for no harsh stripping.",
    "sku": "080878195060",
    "gtin12": "080878195060",
    "brand": "Pantene",
    "actor_id": "G41r4BQeJOwi6kjyd",
    "run_id": "rpabIKqLCy5XNGP62"
  }
]
```

### Use Cases

- **Market Research**: Analyze Pantene's product offerings to identify trends in hair care formulations and pricing.
- **Competitive Intelligence**: Compare Pantene products with competitors by extracting detailed specs and descriptions.
- **Price Monitoring**: Track product SKUs and GTINs for inventory management or e-commerce integration.
- **Content Aggregation**: Build a database of product images and descriptions for marketing or educational content.
- **Academic Research**: Study consumer product data for studies on branding and product development in the beauty industry.
- **Business Automation**: Automate data feeds for retail platforms or analytics dashboards focused on personal care products.

### Installation and Usage

1. Search for "Pantene Urls Spider" in the Apify Store
2. Click "Try for free" or "Run"
3. Configure input parameters
4. Click "Start" to begin extraction
5. Monitor progress in the log
6. Export results in your preferred format (JSON, CSV, Excel)

### Output Format

The Actor outputs an array of JSON objects, each representing a scraped product. Key fields include:

- `url`: The original URL scraped.
- `name`: Product name.
- `image`: URL to the product image.
- `description`: Detailed product description.
- `sku`: Stock Keeping Unit identifier.
- `gtin12`: Global Trade Item Number (12-digit).
- `brand`: Always "Pantene".
- `actor_id` and `run_id`: Metadata from the Apify run.

This structured format ensures easy parsing and integration.

### Support

For custom/simplified outputs or bug reports, please contact:

- Email: support@getdataforme.com
- Subject line: "custom support"
- Contact form: https://getdataforme.com/contact/

We're here to help you get the most out of this Actor!

***

# Actor input Schema

## `Urls` (type: `array`):

The urls for the spider.

## Actor input object example

```json
{}
```

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("getdataforme/pantene-urls-spider").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 = {}

# Run the Actor and wait for it to finish
run = client.actor("getdataforme/pantene-urls-spider").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{}' |
apify call getdataforme/pantene-urls-spider --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,getdataforme/pantene-urls-spider"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/G41r4BQeJOwi6kjyd/builds/aoHYz5JavepK48f7o/openapi.json
