# Pagini Aurii Romania Scraper (`memo23/paginiaurii-scraper`) Actor

Scrape paginiaurii.ro (Pagini Aurii Romania) into structured business rows: name, phone, email when listed, website, address, hours. Keyword plus city, nationwide RO, or a search/profile URL. JSON or CSV out. $5 per 1,000 listings.

- **URL**: https://apify.com/memo23/paginiaurii-scraper.md
- **Developed by:** [Muhamed Didovic](https://apify.com/memo23) (community)
- **Categories:** Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 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/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
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.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

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

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Pagini Aurii Romania Scraper

Scrape [paginiaurii.ro](https://www.paginiaurii.ro/) (Pagini Aurii) into one row per **business**: name, phone, email when listed, website, address, opening hours.

Works from a keyword plus optional city, a nationwide term, or a pasted `/cauta/` or `/companii/{city}/L{id}/` URL. Cards and profiles answer without Apify Proxy.

**Pricing:** $0.005 per listing (`pushData`). Extra `contact-phone` $0.002 and `contact-email` $0.05 when those fields are present.

### Why use this scraper?

- Phone and address sit on the search card. Email and website appear when Pagini Aurii publishes them.
- Profile pages add the week of hours (`#opening-hours`).
- City is `{term}+{City}` in `/cauta/`.
- Optional harvest of the business site when the directory has no inbox.

### Overview

Built for lead lists and local research on Romanian companies. Each dataset item is one listing from paginiaurii.ro (FCR Media / WeNet).

### Supported inputs

| Input | What it does |
|---|---|
| `searchTerms` | What you type in Pagini Aurii, e.g. `restaurant`, `instalator` |
| `locations` | City appended as `+City`. Empty = nationwide |
| `startUrls` | `https://www.paginiaurii.ro/cauta/...` or `/companii/.../L{id}/...` |
| `maxItems` | Stop after N unique listings (free plan cap 50) |
| `harvestWebsiteEmail` | Fetch the business site if the profile has no inbox |
| `proxy` | Leave off |

Unsupported: the old Android packages (`ro.paginiaurii.app` and twins) — Play 404.

### Use cases

| Who | Why |
|---|---|
| Sales / agencies | Romanian phones and emails from a category |
| Researchers | Hours, city, and postcode coverage |
| SEO / maps | Website + coordinates per listing |

### How it works

1. Build `https://www.paginiaurii.ro/cauta/{term}/` or `/{term}+{City}/`. Page N is `/{N}/`.
2. Parse `.result` LocalBusiness cards.
3. Open `/companii/{city}/L{id}/{slug}/` for mailto, website, and the Orar table.
4. Charge `contact-phone` / `contact-email` after `pushData`.
5. If still no email and harvest is on, fetch the business homepage/contact page.

### Input configuration

| Field | Type | Required | Notes |
|---|---|---|---|
| `searchTerms` | string\[] | one of terms/URLs | e.g. `restaurant` |
| `locations` | string\[] | no | e.g. `Bucuresti` |
| `startUrls` | url\[] | no | `/cauta/` or `/companii/` |
| `maxItems` | integer | no | default 50 |
| `maxPages` | integer | no | default 20 |
| `scrapeDetails` | boolean | no | default true |
| `harvestWebsiteEmail` | boolean | no | default true |
| `maxConcurrency` | integer | no | default 5 |
| `proxy` | proxy | no | default off |

#### Example input

```json
{
  "searchTerms": ["restaurant"],
  "locations": ["Bucuresti"],
  "maxItems": 10,
  "harvestWebsiteEmail": false,
  "proxy": { "useApifyProxy": false }
}
```

### Output samples

```json
{
  "listingId": "L5918216",
  "name": "CIRESUL SALBATIC",
  "phone": "0760071555",
  "email": "office@ciresulsalbatic.ro",
  "website": "http://www.ciresulsalbatic.ro",
  "city": "BUFTEA",
  "country": "RO",
  "hours": ["MO 10:00-17:00", "SA 11:00-14:00"],
  "profileUrl": "https://www.paginiaurii.ro/companii/BUFTEA/L5918216/CIRESUL+SĂLBATIC/"
}
```

### FAQ

**Do I need a proxy?** Not on current HTML.

**Is there an official app API?** No. Play listings for Pagini Aurii are 404.

### Support

Questions and issues on the [actor page](https://apify.com/memo23/paginiaurii-scraper).

### Disclaimer

Use this actor in line with Pagini Aurii terms and applicable law. You are responsible for how you store and contact the people and companies in the dataset.

### SEO Keywords

pagini aurii scraper, paginiaurii, romania yellow pages, romanian business emails, bucuresti directory scraper

# Actor input Schema

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

Paste paginiaurii.ro search or profile links. Examples: <code>https://www.paginiaurii.ro/cauta/restaurant/</code>, <code>https://www.paginiaurii.ro/cauta/instalator+Cluj/</code>, or <code>https://www.paginiaurii.ro/companii/BUFTEA/L5918216/CIRESUL+SĂLBATIC/</code>.

## `searchTerms` (type: `array`):

What you would type into Pagini Aurii, e.g. <b>restaurant</b>, <b>instalator</b>, <b>avocat</b>, <b>hotel</b>. Leave cities empty for a nationwide RO query. A paginiaurii.ro /cauta/ or /companii/ URL also works here.

## `locations` (type: `array`):

Romanian city, e.g. <b>Bucuresti</b>, <b>Cluj</b>, <b>Timisoara</b>, <b>Iasi</b>. Empty = nationwide. City is appended as <code>/cauta/{term}+{City}/</code>.

## `maxItems` (type: `integer`):

Stop after this many unique businesses across the whole run. Free plan is capped at 50.

## `scrapeDetails` (type: `boolean`):

Loads the /companii/{city}/L{id}/ page for the week of hours and extra contacts.

## `harvestWebsiteEmail` (type: `boolean`):

If the directory profile has no inbox, fetch the business website homepage/contact page.

## `maxPages` (type: `integer`):

Page N is <code>/cauta/{term}/{N}/</code>.

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

How many pages and profiles to load at the same time.

## `proxy` (type: `object`):

Leave off. Search and profile pages currently answer without Apify Proxy.

## Actor input object example

```json
{
  "searchTerms": [
    "restaurant"
  ],
  "locations": [
    "Bucuresti"
  ],
  "maxItems": 50,
  "scrapeDetails": true,
  "harvestWebsiteEmail": true,
  "maxPages": 20,
  "maxConcurrency": 5,
  "proxy": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `overview` (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 = {
    "searchTerms": [
        "restaurant"
    ],
    "locations": [
        "Bucuresti"
    ],
    "proxy": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("memo23/paginiaurii-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 = {
    "searchTerms": ["restaurant"],
    "locations": ["Bucuresti"],
    "proxy": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("memo23/paginiaurii-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchTerms": [
    "restaurant"
  ],
  "locations": [
    "Bucuresti"
  ],
  "proxy": {
    "useApifyProxy": false
  }
}' |
apify call memo23/paginiaurii-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,memo23/paginiaurii-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

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