# Angelrefrigeration Product Urls Listing (`getdataforme/angelrefrigeration-product-urls-listing`) Actor

Efficiently scrape product URLs from Angel Refrigeration's website, extracting names, images, and descriptions. Customizable URL input and item limits enhance targeted data collection for market research, competitive analysis, and more....

- **URL**: https://apify.com/getdataforme/angelrefrigeration-product-urls-listing.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** Automation, Lead generation, E-commerce
- **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

***

## Angelrefrigeration Product Urls Listing

### Introduction

The **Angelrefrigeration Product Urls Listing** is an Apify Actor designed to efficiently scrape product URLs from the Angel Refrigeration website. It provides a streamlined way to gather detailed information about refrigeration products, making it invaluable for market research and competitive analysis.

### Features

- **Comprehensive Data Extraction**: Extracts detailed product information including names, images, URLs, and descriptions.
- **Customizable URL Input**: Allows users to specify multiple starting URLs for targeted scraping.
- **Flexible Item Limiting**: Users can set a maximum number of items to scrape per run or opt for unlimited extraction.
- **High Reliability**: Ensures consistent data quality with robust error handling mechanisms.
- **User-Friendly Configuration**: Simple setup with intuitive input parameters and clear documentation.

### Input Parameters

| Parameter    | Type     | Required | Description                                                                 | Example                                      |
|--------------|----------|----------|-----------------------------------------------------------------------------|----------------------------------------------|
| `Urls`       | array    | Yes      | The URLs for the spider to start scraping from.                             | `["https://www.angelrefrigeration.co.uk/search?query=chocolate"]` |
| `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.angelrefrigeration.co.uk/search?query=chocolate"
  ],
  "item_limit": 10
}
```

#### Output JSON

```json
[
  {
    "product_name": "Chocolate Refrigeration",
    "product_image": "https://cdn.prod.website-files.com/6527f60224cb9bbd7d9886a6/67f54be56a7cc42fb2befe13_Chocolate%20Cooling%20Cabinets.png",
    "product_url": "https://www.angelrefrigeration.co.uk/category/chocolate-refrigeration",
    "description": "Chocolate refrigeration solutions for cooling, storage and display. Suitable for chocolatiers, retail and confectionery production.",
    "input_source_key": "start_url:https://www.angelrefrigeration.co.uk/search?query=chocolate",
    "actor_id": "JrlMIsj5pejobZaqX",
    "run_id": "Z0NwwLOrgVIxqe3J3"
  },
  {
    "product_name": "Chocolate Cooling Cabinets",
    "product_image": "https://cdn.prod.website-files.com/6527f60224cb9bbd7d9886a6/67f54be56a7cc42fb2befe13_Chocolate%20Cooling%20Cabinets.png",
    "product_url": "https://www.angelrefrigeration.co.uk/category/chocolate-cooling-cabinets",
    "description": "Chocolate cooling cabinets designed for controlled temperature and consistent results. Ideal for chocolatiers and confectionery production environments.",
    "input_source_key": "start_url:https://www.angelrefrigeration.co.uk/search?query=chocolate",
    "actor_id": "JrlMIsj5pejobZaqX",
    "run_id": "Z0NwwLOrgVIxqe3J3"
  },
  {
    "product_name": "Chocolate Cooling Counters",
    "product_image": "https://cdn.prod.website-files.com/6527f60224cb9bbd7d9886a6/682f445a1d81ef8f7ebbdcae_Chocolate%20Cooling%20Counters.avif",
    "product_url": "https://www.angelrefrigeration.co.uk/category/chocolate-cooling-counters",
    "description": "Chocolate cooling counters designed for controlled temperature during preparation. Ideal for chocolatiers and confectionery production environments.",
    "input_source_key": "start_url:https://www.angelrefrigeration.co.uk/search?query=chocolate",
    "actor_id": "JrlMIsj5pejobZaqX",
    "run_id": "Z0NwwLOrgVIxqe3J3"
  }
]
```

### Use Cases

- **Market Research and Analysis**: Gather data to understand market trends and product offerings.
- **Competitive Intelligence**: Monitor competitor products and pricing strategies.
- **Price Monitoring**: Track changes in product prices over time for strategic planning.
- **Content Aggregation**: Compile product information for content creation or marketing purposes.
- **Academic Research**: Use the data for studies related to consumer behavior or market dynamics.
- **Business Automation**: Integrate with other tools for automated business processes.

### Installation and Usage

1. Search for "Angelrefrigeration Product Urls Listing" 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 where each object represents a product with the following fields:

- `product_name`: Name of the product.
- `product_image`: URL of the product image.
- `product_url`: Direct link to the product page.
- `description`: Detailed description of the product.
- `input_source_key`: The starting URL used for scraping.
- `actor_id`: Unique identifier for the actor instance.
- `run_id`: Unique identifier for the run.

### Error Handling

The Actor includes robust error handling to manage common issues such as network errors, invalid URLs, and rate limiting. If an error occurs, it will be logged, allowing you to review and address any problems that arise during execution.

### Rate Limiting and Best Practices

To ensure optimal performance and avoid being blocked by the target website:

- Respect the `item_limit` parameter to control data volume.
- Use a reasonable number of URLs to prevent overloading the server.
- Monitor logs for rate limiting warnings and adjust your strategy accordingly.

### Limitations and Considerations

- The Actor is designed specifically for Angel Refrigeration's website structure. Changes in their site layout may affect performance.
- Ensure compliance with legal and ethical guidelines when scraping data from websites.
- Regular updates to the Actor may be necessary to accommodate changes in web technologies or target site structures.

### Support

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

- Email: support@getdataforme.com
- Subject line: "custom support"
- Contact form: [Contact Us](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.angelrefrigeration.co.uk/search?query=chocolate"
  ],
  "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/angelrefrigeration-product-urls-listing").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/angelrefrigeration-product-urls-listing").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/angelrefrigeration-product-urls-listing --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

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