# Capelstore Fr Product Detail Extractor (`getdataforme/capelstore-fr-product-detail-extractor`) Actor

Automate product data extraction from Capelstore with precise details like name, brand, and price. Customize scraping with URL inputs and item limits. Export in JSON, CSV, or Excel for easy integration. Ideal for market research, competitive intelligence, and business automation....

- **URL**: https://apify.com/getdataforme/capelstore-fr-product-detail-extractor.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** E-commerce, Automation, Lead generation
- **Stats:** 2 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/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

***

## Capelstore Fr Product Detail Extractor

### Introduction

Capelstore Fr Product Detail Extractor is a powerful tool designed to efficiently scrape detailed product information from the Capelstore website. This Apify Actor automates data extraction processes, providing businesses with accurate and comprehensive product details for analysis and decision-making.

### Features

- **Automated Data Extraction**: Seamlessly extract product details including name, brand, SKU, price, availability, and more.
- **High-Quality Data**: Ensures reliable and consistent data capture from Capelstore's website.
- **Customizable Input Parameters**: Allows configuration of URLs and item limits to tailor the scraping process.
- **Flexible Output Formats**: Supports exporting results in JSON, CSV, or Excel formats for easy integration.
- **Scalable Performance**: Efficiently handles multiple requests with adjustable settings for optimal performance.

### Input Parameters

| Parameter   | Type    | Required | Description                                                                 | Example                                  |
|-------------|---------|----------|-----------------------------------------------------------------------------|------------------------------------------|
| `Urls`      | array   | Yes      | The URLs for the spider. Must be valid HTTP/HTTPS links.                    | `["https://www.capelstore.fr/product.html"]` |
| `item_limit`| integer | No       | Maximum items to scrape per actor run. Set to 0 for no limit.               | `10`                                     |

### Example Usage

#### Input JSON

```json
{
  "Urls": [
    "https://www.capelstore.fr/154017-tee-shirt-louis-mc-col-v-kaki-capel-grande-taille.html"
  ],
  "item_limit": 10
}
```

#### Output JSON

```json
[
  {
    "url": "https://www.capelstore.fr/154017-tee-shirt-louis-mc-col-v-kaki-capel-grande-taille.html",
    "product_name": "T-shirt Louis Col V Kaki Capel Grande Taille",
    "brand": "CAPEL",
    "sku": "22ITS7302V2",
    "mpn": "22ITS7302V2-KAKI",
    "reference": "22ITS7302V2",
    "category": "V\u00eatements grande taille",
    "breadcrumb": [
      "Accueil",
      "T-shirt Louis Col V Kaki Capel Grande Taille"
    ],
    "price": "39,00 \u20ac",
    "price_currency": "EUR",
    "availability": "InStock",
    "all_sizes": [
      "2XL",
      "3XL",
      "4XL",
      "5XL",
      "6XL",
      "7XL"
    ],
    "cut": "COMFORT",
    "length": "Regular",
    "no_of_product_available": "3 produits disponibles",
    "description": "Le tee-shirt col V est un basique \u00e0 avoir dans son dressing. Sp\u00e9cialement confectionn\u00e9 pour les hommes grande taille, ce tee-shirt Regular Fit \u00e9pouse parfaitement vos formes et vous permet une libert\u00e9 dans tous vos mouvements. Con\u00e7u en jersey de coton pur \u00e0 la finition \u00e9pur\u00e9e et au toucher doux, il s'associera parfaitement \u00e0 l'un de nos chinos et vous assurera un confort tout au long de la journ\u00e9e. Caract\u00e9ristiques : - 100% coton - Tissu en jersey de coton doux - Regular Fit - Encolure : col V - Manches courtes",
    "details": {
      "Coupe": "Regular fit",
      "Mati\u00e8re": "100% coton",
      "Conformation": "Conformation R",
      "Marque": "Capel",
      "Motifs": "Uni",
      "Col": "Col V",
      "Pictogramme": "Intemporel"
    },
    "images": [
      "https://www.capelstore.fr/8257-product_zoom/tee-shirt-louis-mc-col-v-kaki-capel-grande-taille.webp",
      "https://www.capelstore.fr/8258-product_zoom/tee-shirt-louis-mc-col-v-kaki-capel-grande-taille.webp"
    ],
    "delivery_detail": "En magasin (gratuit), \u00e0 domicile et en point relais (7,9\u20ac gratuit d\u00e8s 150\u20ac), international voir CGV",
    "return_detail": "Les \u00e9changes et retours sont offerts en France m\u00e9tropolitaine jusqu'\u00e0 30 jours apr\u00e8s la livraison",
    "customer_service": "Du lundi au vendredi de 9h00 \u00e0 18h00",
    "payment_option": "CB, Visa, Mastercard, Apple Pay, Paypal, Alma 3X sans frais, Ch\u00e8que.",
    "input_source_key": "start_url:https://www.capelstore.fr/154017-tee-shirt-louis-mc-col-v-kaki-capel-grande-taille.html",
    "actor_id": "YEZ7MsBjGdANrHbzK",
    "run_id": "udijWco54A6atbXAr"
  }
]
```

### Use Cases

- **Market Research and Analysis**: Gather comprehensive product data for market insights.
- **Competitive Intelligence**: Monitor competitor pricing and availability.
- **Price Monitoring**: Track price changes over time to identify trends.
- **Content Aggregation**: Compile detailed product information for content creation.
- **Academic Research**: Collect data for studies on e-commerce trends.
- **Business Automation**: Integrate with systems for automated inventory management.

### Installation and Usage

1. Search for "Capelstore Fr Product Detail Extractor" in the Apify Store.
2. Click "Try for free" or "Run".
3. Configure input parameters as needed.
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 output is a JSON array containing detailed product information. Key fields include:

- `url`: The product's URL.
- `product_name`: Name of the product.
- `brand`, `sku`, `mpn`: Brand and identification details.
- `price`, `availability`: Pricing and stock status.
- `description`, `details`: Detailed product descriptions and specifications.
- `images`: URLs to product images.

### Error Handling

The Actor is designed to handle common errors such as invalid URLs or network issues. If an error occurs, it will be logged, and the process will continue with other URLs. Ensure all input URLs are valid and accessible.

### Rate Limiting and Best Practices

- **Rate Limiting**: The Actor respects Capelstore's rate limits to prevent being blocked.
- **Best Practices**: Use a reasonable `item_limit` to avoid overloading the server and ensure efficient data extraction.

### Limitations and Considerations

- Ensure all URLs are valid and accessible.
- Be mindful of Capelstore's terms of service regarding web scraping.
- The Actor may not capture dynamically loaded content that requires JavaScript execution beyond its capabilities.

### Support

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

- Email: support@getdataforme.com
- Subject line: "custom support"
- Contact form: [Get Data For Me](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.

## `item_limit` (type: `integer`):

Maximum items to scrape per actor run. Set to 0 for no limit.

## Actor input object example

```json
{
  "Urls": [
    "https://www.capelstore.fr/154017-tee-shirt-louis-mc-col-v-kaki-capel-grande-taille.html"
  ],
  "item_limit": 10
}
```

# Actor output Schema

## `results` (type: `string`):

Scraped data items from dataset

# 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/capelstore-fr-product-detail-extractor").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/capelstore-fr-product-detail-extractor").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 '{}' |
apify call getdataforme/capelstore-fr-product-detail-extractor --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=getdataforme/capelstore-fr-product-detail-extractor",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/YEZ7MsBjGdANrHbzK/builds/1gbOgg1WIXY9Av38g/openapi.json
