PagineGialle Scraper
Pricing
from $5.00 / 1,000 listings
PagineGialle Scraper
Scrape paginegialle.it (Italian Yellow Pages): name, phone, email when listed, website, address, P.IVA, hours, rating. Keyword + city or a PagineGialle search/profile URL. HTTP only, no browser. JSON or CSV out. $5 per 1,000 listings.
Pricing
from $5.00 / 1,000 listings
Rating
0.0
(0)
Developer
Muhamed Didovic
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share

Turn a PagineGialle search into structured Italian business rows: name, phone, email when listed, website, address, P.IVA, hours, rating, and profile link.
Keyword + city, or a paginegialle.it URL. JSON or CSV out.
This is paginegialle.it (Italiaonline). It is not PagineBianche (people), PagesJaunes.fr, Gelbe Seiten, or Yellow Pages US.
Why Use This Scraper?
- Phone and address on the search card
- Profile pass for email, website, P.IVA, codice fiscale, weekday hours, reviews, and coordinates
- 25 businesses per page via
/p-2,/p-3, … - HTTP only. No browser
Overview
Built for sales teams, agencies, and researchers who need Italian business leads from PagineGialle.
Every start type becomes one dataset row per listing. A keyword search and a /{slug} profile emit the same flat shape. Rows are de-duplicated by PagineGialle sede id.
Supported Inputs
Search terms and locations
| Field | Example |
|---|---|
searchTerms | ["ristoranti"], ["idraulico", "avvocato"] |
locations | ["Roma"], ["Milano"], ["Napoli"] |
Every term is searched in every location. A term with no location is skipped.
URL types
| URL type | Pattern | Example |
|---|---|---|
| Search | /ricerca/{what}/{where} | https://www.paginegialle.it/ricerca/ristoranti/Roma |
| Search page | /ricerca/{what}/{where}/p-N | https://www.paginegialle.it/ricerca/ristoranti/Roma/p-2 |
| Profile | /{slug} | https://www.paginegialle.it/ristorante-alla-rampa-roma |
Search URLs paginate automatically (25 businesses per page). ?page= is ignored by the site — use /p-N.
Unsupported: paginebianche.it people lookup, tuttocitta.it, pgcasa.it.
Use Cases
| Audience | What they take from a run |
|---|---|
| Sales and outreach | Phone + website + email (when listed) by trade and city |
| Agencies | Cross-joined term × city lists in one dataset |
| Local SEO | Category, rating, and the PagineGialle profile URL |
| Researchers | P.IVA, hours, and coordinates for a trade in a city |
How It Works
- Cross-join
searchTerms×locations, plus any paginegialle.it URLs. - Fetch the search page (25 businesses per page).
- Page with
/p-Nin parallel, stopping atmaxItemsormaxPages. - Read name, phone, address, and category from the search card.
- Optionally open the profile for email, website, P.IVA, hours, and reviews.
- De-duplicate by sede id and push one row per business.

Input Configuration
| Field | Type | Required | Notes |
|---|---|---|---|
searchTerms | array | one of the start types | What you would type into PagineGialle |
locations | array | with searchTerms | Italian city / comune |
startUrls | array | one of the start types | Search or profile URL |
maxItems | integer | no | Default 50. Free users capped at 50. |
scrapeDetails | boolean | no | Default true. Email, P.IVA, hours, reviews. |
maxPages | integer | no | Default 20. |
maxConcurrency | integer | no | Default 5. |
proxy | object | no | Default is Apify residential. Turn off only on a home IP. |
Example input
{"searchTerms": ["ristoranti"],"locations": ["Roma"],"maxItems": 50}
Output Overview
One flat row per business. Contact and address fields sit at the top level. searchTerm tells you which input produced the row. Email is present only when PagineGialle publishes one on the profile.
Output Samples
Search: ristoranti in Roma, with profile enrich.
{"listingId": "70BBC0F8-BB8D-CC69-E050-020A3E7406FA","name": "Alla Rampa","phone": "06 6782621","email": "info@allarampa.com","website": "https://www.ristoranteallarampa.it/","vatId": "01617361009","taxId": "06785720589","street": "Piazza Mignanelli, 18","postalCode": "00187","city": "Roma","region": "Lazio","latitude": 41.9053,"longitude": 12.4834,"hours": ["Mo 12:00 - 23:59"],"pagineGialleUrl": "https://www.paginegialle.it/ristorante-alla-rampa-roma"}
Key Output Fields
Identity: listingId, slug, name, pagineGialleUrl, isPremium
Contact: phone, phones, fax, email, website, social
Place: address, street, postalCode, city, region, country, latitude, longitude
Company: vatId, taxId, paymentMethods
Directory: category, categories, rating, reviewCount, hours, description, images, logo, reviews
Provenance: searchTerm, scrapedAt
Pricing
| Event | When | Rate |
|---|---|---|
| Actor start | Once per run, per GB of memory | $0.005 |
| Listing | Each unique business in the dataset | $0.005 ($5 / 1k) |
| Contact phone | Row has a phone | $0.002 |
| Contact email | Row has an email | $0.05 |
Phone and email are billed only when PagineGialle publishes that field. A miss is free. Email lives on the profile, so leave scrapeDetails on if you want inboxes.
FAQ
Will every row have an email? No. Phone is common. Inbox is only on some profiles. Phone and email are billed as extra events only when the field is present.
What does scrapeDetails add? Email, website, P.IVA, codice fiscale, weekday hours, reviews, and coordinates. Phone and address are already on the search card.
Do I need a proxy? On Apify, yes — a residential proxy is the default because PagineGialle's WAF blocks many datacenter IPs. Local runs from a home IP can turn it off.
Does it scrape PagineBianche? No. Business listings on paginegialle.it only.
Support
- Issues: Actor Issues
- Author site: https://muhamed-didovic.github.io/
- Email: muhamed.didovic@gmail.com
Additional Services
Bulk regione sweeps, scheduled refreshes, or a private API wrapper: muhamed.didovic@gmail.com
Explore More Scrapers
Directory cousins: local.ch, Gelbe Seiten, Yellow Pages US, Yellow Pages Canada, Canada411, and PagesJaunes.fr. More actors on memo23 and didovic.
🤖 For AI Agents & LLM Apps
Compact reference for AI agents calling this actor via the Apify MCP server or the Apify API (actor: memo23/paginegialle-scraper).
Purpose: Extract PagineGialle.it business listings (name, phone, email when listed, website, P.IVA, split address, hours) by keyword + city or URL.
Minimal input:
{"searchTerms": ["ristoranti"],"locations": ["Roma"],"maxItems": 10}
Output: one dataset row per business — listingId, slug, name, phone, phones, fax, email, website, vatId, taxId, social, address, street, postalCode, city, region, country, latitude, longitude, category, categories, rating, reviewCount, hours, description, images, logo, reviews, paymentMethods, isPremium, pagineGialleUrl, searchTerm, scrapedAt.
Behaviors an agent should know:
- Always set
maxItems. Free users are capped at 50. searchTermsneeds at least one entry inlocations.startUrlswork on their own (paginegialle.it only).- Email is often empty and lives on the profile. Keep
scrapeDetailstrue if you need it. - Each listing is $0.005. A phone on the row is $0.002. An email is $0.05. Start is $0.005 per GB.
- Italy business directory only. Not PagineBianche.
- Cloud runs need the default residential proxy.
⚠️ Disclaimer
This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Italiaonline S.p.A., PagineGialle, or Seat Pagine Gialle. All trademarks mentioned are the property of their respective owners.
The scraper reads publicly listed Italian business data from paginegialle.it. Users are responsible for ensuring their use complies with PagineGialle Terms of Service, applicable data-protection law (GDPR / Codice Privacy), and any contractual obligations of their own organization.
SEO Keywords
paginegialle scraper, pagine gialle scraper, scrape paginegialle.it, Italian yellow pages scraper, paginegialle API, Italian business listings scraper, Italy phone email scraper, Roma leads scraper, Apify paginegialle, Italian restaurant leads, Milano business scraper, local SEO Italy data, paginegialle email scraper, Italian directory scraper