# Benisouk Profile Scraper (`getdataforme/benisouk-profile-scraper`) Actor

Effortlessly extract comprehensive product data from Benisouk.com, including names, SKUs, descriptions, images, and pricing for all variants. Ideal for e-commerce professionals, researchers, and businesses....

- **URL**: https://apify.com/getdataforme/benisouk-profile-scraper.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** AI, Automation, E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN 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 a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

## Benisouk Profile Scraper

### Introduction
The Benisouk Profile Scraper is an Apify Actor designed to extract detailed product information from benisouk.com, a platform specializing in Moroccan rugs and textiles. It efficiently scrapes product profiles, including names, descriptions, images, SKUs, and pricing details for various sizes and variants, enabling users to gather comprehensive data for analysis or integration. This tool is ideal for e-commerce professionals, researchers, and businesses seeking accurate, structured data from Benisouk's product pages.

### Features
- **Comprehensive Data Extraction**: Captures key product details such as name, SKU, product ID, brand, description, images, and multiple offer variants with pricing and availability.
- **High Reliability**: Built on CheerioCrawler for fast, robust scraping that handles dynamic content and ensures data accuracy.
- **Scalable Performance**: Processes multiple URLs concurrently, supporting batch scraping for large datasets without compromising speed.
- **Structured Output**: Delivers clean JSON output compatible with downstream tools like databases or analytics platforms.
- **Error-Resilient**: Includes built-in retry mechanisms and logging to handle network issues or site changes.
- **Customizable Inputs**: Accepts a list of start URLs, allowing targeted scraping of specific products.
- **Apify Integration**: Seamlessly runs on Apify's cloud infrastructure for easy deployment and monitoring.

### Input Parameters

| Parameter | Type   | Required | Description | Example |
|-----------|--------|----------|-------------|---------|
| startUrls | array  | Yes      | An array of URLs to start scraping from. Each URL should point to a product page on benisouk.com. | `[{"url": "https://benisouk.com/products/azman-flatweave-moroccan-rug"}]` |

### Example Usage

#### Input
```json
{
  "startUrls": [
    {
      "url": "https://benisouk.com/products/azman-flatweave-moroccan-rug"
    }
  ]
}
````

#### Output

```json
[
  {
    "name": "Azman - Flatweave Moroccan rug",
    "url": "https://benisouk.com/products/azman-flatweave-moroccan-rug",
    "sku": "Azman-120x180",
    "productID": "9969094459673",
    "brand": "BENISOUK US",
    "description": "+ Custom-made for you by an extraordinary Artisan in 10-12 weeks. + Outstanding artisanal weaving from the Taznakht tribe that is unmatched worldwide. + Handmade with love from 100 % natural wool. + Lightweight and designed to withstand daily wear and tear. + Brand new piece ready to share your stories and elevate the look of your interior. + Encourage the work of more than 1000 craftswomen.+ The final color and dimensions of this product may vary slightly (±5%) from the specified ones due to its handcrafted nature.",
    "image": "https://benisouk.com/cdn/shop/files/azman-flatweave-moroccan-rug-benisouk-6750702_grande.jpg?v=1769778685",
    "offers": [
      {
        "name": "Azman - Flatweave Moroccan rug - 4’x6’",
        "sku": "Azman-120x180",
        "url": "https://benisouk.com/products/azman-flatweave-moroccan-rug?variant=51005400613145",
        "image": "https://benisouk.com/cdn/shop/files/azman-flatweave-moroccan-rug-benisouk-6750702_grande.jpg?v=1769778685",
        "priceCurrency": "USD",
        "price": 410,
        "availability": "InStock",
        "itemCondition": "NewCondition",
        "priceValidUntil": "2027-03-13"
      },
      {
        "name": "Azman - Flatweave Moroccan rug - 5’x8’",
        "sku": "Azman-150x240",
        "url": "https://benisouk.com/products/azman-flatweave-moroccan-rug?variant=51005400645913",
        "image": "https://benisouk.com/cdn/shop/files/azman-flatweave-moroccan-rug-benisouk-6750702_grande.jpg?v=1769778685",
        "priceCurrency": "USD",
        "price": 690,
        "availability": "InStock",
        "itemCondition": "NewCondition",
        "priceValidUntil": "2027-03-13"
      },
      {
        "name": "Azman - Flatweave Moroccan rug - 8’x10’",
        "sku": "Azman-240x300",
        "url": "https://benisouk.com/products/azman-flatweave-moroccan-rug?variant=51005400678681",
        "image": "https://benisouk.com/cdn/shop/files/azman-flatweave-moroccan-rug-benisouk-6750702_grande.jpg?v=1769778685",
        "priceCurrency": "USD",
        "price": 1370,
        "availability": "InStock",
        "itemCondition": "NewCondition",
        "priceValidUntil": "2027-03-13"
      },
      {
        "name": "Azman - Flatweave Moroccan rug - 9’x12’",
        "sku": "Azman-280x370",
        "url": "https://benisouk.com/products/azman-flatweave-moroccan-rug?variant=51005400711449",
        "image": "https://benisouk.com/cdn/shop/files/azman-flatweave-moroccan-rug-benisouk-6750702_grande.jpg?v=1769778685",
        "priceCurrency": "USD",
        "price": 1970,
        "availability": "InStock",
        "itemCondition": "NewCondition",
        "priceValidUntil": "2027-03-13"
      },
      {
        "name": "Azman - Flatweave Moroccan rug - 10’x14’",
        "sku": "Azman-300x430",
        "url": "https://benisouk.com/products/azman-flatweave-moroccan-rug?variant=51005400744217",
        "image": "https://benisouk.com/cdn/shop/files/azman-flatweave-moroccan-rug-benisouk-6750702_grande.jpg?v=1769778685",
        "priceCurrency": "USD",
        "price": 2450,
        "availability": "InStock",
        "itemCondition": "NewCondition",
        "priceValidUntil": "2027-03-13"
      },
      {
        "name": "Azman - Flatweave Moroccan rug - Custom size",
        "sku": "51005400776985",
        "url": "https://benisouk.com/products/azman-flatweave-moroccan-rug?variant=51005400776985",
        "image": "https://benisouk.com/cdn/shop/files/azman-flatweave-moroccan-rug-benisouk-6750702_grande.jpg?v=1769778685",
        "priceCurrency": "USD",
        "price": 20,
        "availability": "InStock",
        "itemCondition": "NewCondition",
        "priceValidUntil": "2027-03-13"
      }
    ]
  }
]
```

### Use Cases

- **Market Research**: Analyze pricing trends and product availability for Moroccan rugs to inform purchasing decisions.
- **Competitive Intelligence**: Compare Benisouk's offerings with competitors by extracting detailed product specs.
- **Price Monitoring**: Track price changes across variants to optimize e-commerce strategies.
- **Content Aggregation**: Build product catalogs or databases for resale or display on other platforms.
- **Academic Research**: Study artisanal craftsmanship and market dynamics in textile industries.
- **Business Automation**: Integrate scraped data into inventory systems or automated reporting tools.

### Installation and Usage

1. Search for "Benisouk Profile Scraper" in the Apify Store.
2. Click "Try for free" or "Run".
3. Configure input parameters (e.g., add start URLs).
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 of objects, each representing a scraped product. Key fields include:

- `name`: Product title.
- `url`: Product page URL.
- `sku`: Stock keeping unit.
- `productID`: Unique product identifier.
- `brand`: Brand name.
- `description`: Detailed product description.
- `image`: Main product image URL.
- `offers`: Array of variant objects with name, SKU, URL, image, price (in USD), availability, condition, and validity date.

Data is extracted directly from product pages and may vary based on site updates.

### 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!

***

Extract comprehensive product data from Benisouk effortlessly! Scrape names, SKUs, descriptions, images, and pricing for all variants. Perfect for market research, price tracking, and e-commerce automation. Run on Apify's cloud—fast, reliable, and scalable. Try it now! (148 characters)

# Actor input Schema

## `startUrls` (type: `array`):

URLs to start with.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://benisouk.com/products/azman-flatweave-moroccan-rug"
    }
  ]
}
```

# Actor output Schema

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

No description

# 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 = {
    "startUrls": [
        {
            "url": "https://benisouk.com/products/azman-flatweave-moroccan-rug"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("getdataforme/benisouk-profile-scraper").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 = { "startUrls": [{ "url": "https://benisouk.com/products/azman-flatweave-moroccan-rug" }] }

# Run the Actor and wait for it to finish
run = client.actor("getdataforme/benisouk-profile-scraper").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 '{
  "startUrls": [
    {
      "url": "https://benisouk.com/products/azman-flatweave-moroccan-rug"
    }
  ]
}' |
apify call getdataforme/benisouk-profile-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=getdataforme/benisouk-profile-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Benisouk Profile Scraper",
        "description": "Effortlessly extract comprehensive product data from Benisouk.com, including names, SKUs, descriptions, images, and pricing for all variants. Ideal for e-commerce professionals, researchers, and businesses....",
        "version": "0.0",
        "x-build-id": "9rGeNfO5F1cRom5WZ"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/getdataforme~benisouk-profile-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-getdataforme-benisouk-profile-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/getdataforme~benisouk-profile-scraper/runs": {
            "post": {
                "operationId": "runs-sync-getdataforme-benisouk-profile-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/getdataforme~benisouk-profile-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-getdataforme-benisouk-profile-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "URLs to start with.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
