# ANIMA.it Member Companies Scraper (`morkerr/anima-member-companies-scraper`) Actor

Scrapes member company data from the ANIMA Confindustria directory including names, addresses, contacts, descriptions, products, and images.

- **URL**: https://apify.com/morkerr/anima-member-companies-scraper.md
- **Developed by:** [morkerr](https://apify.com/morkerr) (community)
- **Categories:** Automation, Lead generation, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $50.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

## 🏭 ANIMA.it Member Companies Scraper

[![Actor](https://img.shields.io/badge/Apify-Actor-%23e879f9)](https://console.apify.com/actors/kHZJ7h6sHNVuCr2t3)
[![Build](https://img.shields.io/badge/Build-passing-brightgreen)](https://console.apify.com/actors/kHZJ7h6sHNVuCr2t3)
[![Data](https://img.shields.io/badge/Fields-17-blue)](https://console.apify.com/actors/kHZJ7h6sHNVuCr2t3)

Extract **complete member company data** from the official [ANIMA Confindustria directory](https://en.anima.it/member-companies/). ANIMA is the Italian Federation of the Mechanical Engineering Industries — this directory lists **700+** Italian manufacturers, suppliers, and engineering firms across dozens of sectors.

---

### 🔍 What You Get

Every run produces **17 structured fields** per company:

| # | Field | Description |
|---|-------|-------------|
| 1 | `name` | Company name |
| 2 | `address` | Street address |
| 3 | `postalCode` | 5-digit CAP |
| 4 | `city` | Municipality |
| 5 | `province` | 2-letter province |
| 6 | `region` | Italian region |
| 7 | `phone` | Phone number |
| 8 | `fax` | Fax number |
| 9 | `email` | Email address |
| 10 | `website` | External website |
| 11 | `url` | ANIMA detail page URL |
| 12 | `descriptionIT` | Italian description |
| 13 | `descriptionEN` | English description |
| 14 | `products` | Product tags (array) |
| 15 | `association` | ANIMA sector association |
| 16 | `technology` | Technology keywords |
| 17 | `images` | Image URLs (array) |

---

### ⚙️ Input Parameters

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `maxCompanies` | integer | `0` (unlimited) | Stop after this many companies |
| `maxScrollCycles` | integer | `50` | Max scroll cycles on listing page |
| `scrollUpDown` | boolean | `true` | Scroll up before scrolling down (triggers lazy load) |
| `detailTimeoutSecs` | integer | `30` | Timeout per detail page |
| `maxRetries` | integer | `3` | Retry attempts per failed detail page |
| `proxyConfiguration` | object | Apify proxy | Proxy configuration |

---

### 🚀 Quick Start

1. Open the [Actor in Apify Console](https://console.apify.com/actors/kHZJ7h6sHNVuCr2t3)
2. Click **Run**
3. Wait for the run to complete
4. Export results as **CSV**, **JSON**, **Excel**, or **XML**

#### Via API

```bash
curl "https://api.apify.com/v2/acts/morkerr~anima-member-companies-scraper/runs?token=YOUR_API_TOKEN" \
  -d '{"maxCompanies": 100}' \
  -H "Content-Type: application/json"
````

***

### 📋 Example Output

```json
{
  "name": "2G Italia srl",
  "address": "Via dell'Artigianato, 15",
  "postalCode": "20090",
  "city": "Milano",
  "province": "MI",
  "region": "Lombardia",
  "phone": "+39 02 12345678",
  "fax": "",
  "email": "info@2gitalia.it",
  "website": "https://www.2gitalia.it",
  "url": "https://www.anima.it/aziende/2g-italia-srl.kl",
  "descriptionIT": "Azienda specializzata nella produzione di componenti per l'automazione industriale...",
  "descriptionEN": "Company specialized in the production of industrial automation components...",
  "products": ["Valvole", "Attuatori", "Sistemi di controllo"],
  "association": "ASSOCIAZIONE ITALIANA DI MECCANICA",
  "technology": "Tecnologia per l'automazione industriale",
  "images": ["https://www.anima.it/imgpub/aziende/logo-2g-italia.jpg"]
}
```

***

### 💡 Use Cases

- **Lead generation** — build targeted B2B prospect lists for the Italian manufacturing sector
- **Market research** — analyze the distribution of companies by region, sector, or product category
- **CRM enrichment** — populate your CRM with verified company contacts
- **Competitive intelligence** — monitor the Italian mechanical engineering landscape

***

### 🛡️ Proxy & Performance

This actor uses **Apify proxy** by default. The ANIMA directory is a single-region Italian site with no aggressive anti-scraping measures — the default proxy configuration works well.

Typical run time for all 700+ companies: **~15–25 minutes** depending on concurrency and network conditions.

***

### 📄 License

This actor is provided as a data extraction tool. Respect the [ANIMA.it terms of service](https://www.anima.it/en/legal-notice) and use responsibly.

# Actor input Schema

## `maxCompanies` (type: `integer`):

Maximum number of member companies to extract (0 = no limit).

## `maxScrollCycles` (type: `integer`):

Maximum number of scroll-down cycles on the listing page.

## `scrollUpDown` (type: `boolean`):

Scroll up a random amount before scrolling to bottom to trigger lazy loading.

## `detailTimeoutSecs` (type: `integer`):

Maximum seconds to wait per page load attempt. On failure, one reload is attempted automatically, then the page is skipped.

## `maxConcurrency` (type: `integer`):

Maximum number of detail pages to process simultaneously. Reduce if you experience timeouts.

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

Apify proxy configuration for scraping.

## Actor input object example

```json
{
  "maxCompanies": 0,
  "maxScrollCycles": 50,
  "scrollUpDown": true,
  "detailTimeoutSecs": 30,
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `name` (type: `string`):

Full legal name of the member company.

## `address` (type: `string`):

Street name and number of the company headquarters.

## `postalCode` (type: `string`):

5-digit Italian postal code (CAP).

## `city` (type: `string`):

Municipality name.

## `province` (type: `string`):

2-letter province abbreviation (e.g. MI, RM, TO).

## `region` (type: `string`):

Italian region name.

## `phone` (type: `string`):

Primary telephone number.

## `fax` (type: `string`):

Fax number if available.

## `email` (type: `string`):

Company email address.

## `website` (type: `string`):

External company website (excluding social media and anima.it domains).

## `url` (type: `string`):

Full URL of the company profile on anima.it.

## `descriptionIT` (type: `string`):

Company description in Italian.

## `descriptionEN` (type: `string`):

Company description in English.

## `products` (type: `string`):

List of product/service categories associated with the company.

## `association` (type: `string`):

ANIMA sector association the company belongs to.

## `technology` (type: `string`):

Technology keywords or application areas.

## `images` (type: `string`):

List of company image URLs from the anima.it media library.

# 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("morkerr/anima-member-companies-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 = {}

# Run the Actor and wait for it to finish
run = client.actor("morkerr/anima-member-companies-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 '{}' |
apify call morkerr/anima-member-companies-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "ANIMA.it Member Companies Scraper",
        "description": "Scrapes member company data from the ANIMA Confindustria directory including names, addresses, contacts, descriptions, products, and images.",
        "version": "1.0",
        "x-build-id": "WogSSSXGK4d7AXmQX"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/morkerr~anima-member-companies-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-morkerr-anima-member-companies-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/morkerr~anima-member-companies-scraper/runs": {
            "post": {
                "operationId": "runs-sync-morkerr-anima-member-companies-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/morkerr~anima-member-companies-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-morkerr-anima-member-companies-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": {
                    "maxCompanies": {
                        "title": "Max companies to scrape",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of member companies to extract (0 = no limit).",
                        "default": 0
                    },
                    "maxScrollCycles": {
                        "title": "Max scroll cycles",
                        "minimum": 1,
                        "maximum": 200,
                        "type": "integer",
                        "description": "Maximum number of scroll-down cycles on the listing page.",
                        "default": 50
                    },
                    "scrollUpDown": {
                        "title": "Scroll up then down",
                        "type": "boolean",
                        "description": "Scroll up a random amount before scrolling to bottom to trigger lazy loading.",
                        "default": true
                    },
                    "detailTimeoutSecs": {
                        "title": "Detail page timeout (seconds per attempt)",
                        "minimum": 10,
                        "maximum": 120,
                        "type": "integer",
                        "description": "Maximum seconds to wait per page load attempt. On failure, one reload is attempted automatically, then the page is skipped.",
                        "default": 30
                    },
                    "maxConcurrency": {
                        "title": "Max concurrent pages",
                        "minimum": 1,
                        "maximum": 10,
                        "type": "integer",
                        "description": "Maximum number of detail pages to process simultaneously. Reduce if you experience timeouts.",
                        "default": 3
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Apify proxy configuration for scraping.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
