# Fast PagineGialle Italy Business Leads Scraper \[No Proxy] (`mostafa-ennadi/fast-paginegialle-italy-business-leads-scraper-no-proxy`) Actor

Fast PagineGialle Italy business leads by keyword, city, region, or category code. Get phones, WhatsApp numbers when available, emails, websites, VAT numbers, addresses, and coordinates. No proxy needed.

- **URL**: https://apify.com/mostafa-ennadi/fast-paginegialle-italy-business-leads-scraper-no-proxy.md
- **Developed by:** [mostafa ennadi](https://apify.com/mostafa-ennadi) (community)
- **Categories:** Automation, Lead generation, AI
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

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

## Fast PagineGialle Italy Business Leads Scraper [No Proxy]

Fast PagineGialle Italy business leads by keyword, city, region, or category code. Extract phones, WhatsApp numbers when available, emails, websites, VAT numbers, addresses, and coordinates. No proxy needed.

### Features

- Search Italy business leads by keyword
- Search by city, province, or region
- Optional category code filtering
- Extract:
  - Business name
  - Phones
  - WhatsApp numbers when available
  - Emails
  - Website
  - VAT number
  - Address
  - Postal code
  - City
  - Province
  - Region
  - Coordinates
- Fast execution
- No proxy required

### Input

The Actor accepts the following input:

```json
{
  "searchTerm": "ristorante",
  "location": "Roma",
  "maxResults": 200,
  "categoryCode": ""
}
````

#### Input fields

- `searchTerm` *(string, required)*\
  Business keyword to search for.\
  Example: `ristorante`, `bar`, `hotel`, `avvocato`, `caffe`

- `location` *(string, required)*\
  Location in Italy. Can be a city, province, or region.\
  Example: `Roma`, `Milano`, `Napoli`, `Lazio`

- `maxResults` *(integer, optional)*\
  Maximum number of results to return.\
  Default: `200`

- `categoryCode` *(string, optional)*\
  Optional category code to narrow the results.\
  Example: `007585100`

### Example input

#### Example 1

```json
{
  "searchTerm": "caffe",
  "location": "Roma",
  "maxResults": 50
}
```

#### Example 2

```json
{
  "searchTerm": "ristorante",
  "location": "Lazio",
  "maxResults": 100
}
```

#### Example 3

```json
{
  "searchTerm": "hotel",
  "location": "Milano",
  "maxResults": 200,
  "categoryCode": "007585100"
}
```

### Output

The Actor returns structured business leads in the dataset.

#### Example output item

```json
{
  "id": "30E7AE6D-CDF0-7745-E050-A8C08F265CB1",
  "name": "Trattoria dal Pescatore dal 1966",
  "category_code": "007585100",
  "category_name": "Ristoranti",
  "address": "Via Maria Letizia Giuliani, SNC",
  "postal_code": "02020",
  "city": "Colle di Tora",
  "province": "RI",
  "region": "Lazio",
  "emails": ["info@trattoriadalpescatore.it"],
  "phones": ["349 4742563", "0765 716082"],
  "whatsapp_phones": ["349 4742563"],
  "website": "https://www.trattoriadalpescatore.com",
  "partita_iva": "00991140575",
  "coordinates": "12.94922,42.20927",
  "lat": 42.20927,
  "lng": 12.94922
}
```

### Output fields

- `id` — Business ID
- `name` — Business name
- `category_code` — Category code
- `category_name` — Category name
- `address` — Street address
- `postal_code` — Postal code
- `city` — City
- `province` — Province
- `region` — Region
- `emails` — List of emails
- `phones` — List of phone numbers
- `whatsapp_phones` — List of WhatsApp numbers when available
- `website` — Website URL
- `partita_iva` — VAT number
- `coordinates` — Raw coordinates string
- `lat` — Latitude
- `lng` — Longitude

### Use cases

This Actor is useful for:

- B2B lead generation
- Local business research
- Sales prospecting
- Market research
- Directory enrichment
- Contact data extraction
- Building location-based business datasets

### Notes

- Some businesses may not have emails, websites, or WhatsApp numbers available.
- `whatsapp_phones` is returned only when available.
- The quality and completeness of contact data may vary by listing.
- This Actor is designed for speed and simplicity.
- No proxy setup is required.

### Why use this Actor?

Unlike heavier crawlers, this Actor focuses on fast structured results for Italy business leads with a clean output format that is easy to use in automations, CRMs, spreadsheets, and lead generation workflows.

### Related searches

You can use this Actor for queries such as:

- restaurants in Rome
- bars in Milan
- hotels in Naples
- lawyers in Turin
- cafes in Lazio
- local businesses by category code in Italy

### Pricing

This Actor uses Apify platform pricing as shown on the Actor page.

### Support

For support, issues, or improvement requests, please contact the Actor author through the Apify platform.

### Disclaimer

Make sure your use of the extracted data complies with applicable laws, regulations, and the terms of the target platform in your jurisdiction.

# Actor input Schema

## `searchTerm` (type: `string`):

Business keyword to search for, for example: ristorante, bar, hotel, avvocato.

## `location` (type: `string`):

City, province, or region in Italy, for example: Roma, Milano, Lazio, Napoli.

## `maxResults` (type: `integer`):

Maximum number of business leads to return.

## `categoryCode` (type: `string`):

Optional PagineGialle category code, for example: 007585100.

## Actor input object example

```json
{
  "maxResults": 200
}
```

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

// Run the Actor and wait for it to finish
const run = await client.actor("mostafa-ennadi/fast-paginegialle-italy-business-leads-scraper-no-proxy").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("mostafa-ennadi/fast-paginegialle-italy-business-leads-scraper-no-proxy").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 mostafa-ennadi/fast-paginegialle-italy-business-leads-scraper-no-proxy --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=mostafa-ennadi/fast-paginegialle-italy-business-leads-scraper-no-proxy",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Fast PagineGialle Italy Business Leads Scraper [No Proxy]",
        "description": "Fast PagineGialle Italy business leads by keyword, city, region, or category code. Get phones, WhatsApp numbers when available, emails, websites, VAT numbers, addresses, and coordinates. No proxy needed.",
        "version": "0.0",
        "x-build-id": "Ku8KASfHBgWQlg6qd"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/mostafa-ennadi~fast-paginegialle-italy-business-leads-scraper-no-proxy/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-mostafa-ennadi-fast-paginegialle-italy-business-leads-scraper-no-proxy",
                "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/mostafa-ennadi~fast-paginegialle-italy-business-leads-scraper-no-proxy/runs": {
            "post": {
                "operationId": "runs-sync-mostafa-ennadi-fast-paginegialle-italy-business-leads-scraper-no-proxy",
                "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/mostafa-ennadi~fast-paginegialle-italy-business-leads-scraper-no-proxy/run-sync": {
            "post": {
                "operationId": "run-sync-mostafa-ennadi-fast-paginegialle-italy-business-leads-scraper-no-proxy",
                "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",
                "required": [
                    "searchTerm",
                    "location"
                ],
                "properties": {
                    "searchTerm": {
                        "title": "Keyword",
                        "type": "string",
                        "description": "Business keyword to search for, for example: ristorante, bar, hotel, avvocato."
                    },
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "City, province, or region in Italy, for example: Roma, Milano, Lazio, Napoli."
                    },
                    "maxResults": {
                        "title": "Max results",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Maximum number of business leads to return.",
                        "default": 200
                    },
                    "categoryCode": {
                        "title": "Category code",
                        "type": "string",
                        "description": "Optional PagineGialle category code, for example: 007585100."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
