Italy PEC Lookup - Certified Email & SDI Code by VAT avatar

Italy PEC Lookup - Certified Email & SDI Code by VAT

Pricing

from $6.00 / 1,000 pec lookups

Go to Apify Store
Italy PEC Lookup - Certified Email & SDI Code by VAT

Italy PEC Lookup - Certified Email & SDI Code by VAT

Resolve an Italian company's certified PEC email (domicilio digitale) and SDI e-invoicing code from a Partita IVA, Codice Fiscale or company name. For fatturazione elettronica, KYC and bulk enrichment. No official API.

Pricing

from $6.00 / 1,000 pec lookups

Rating

0.0

(0)

Developer

getregdata

getregdata

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

3

Monthly active users

5 days ago

Last modified

Share

Resolve an Italian company's certified email (PEC / domicilio digitale) and its SDI e-invoicing destination code from a Partita IVA, Codice Fiscale, or company name - in bulk, one row per lookup. Sourced from the official Camera di Commercio / Registro Imprese records. There is no official public API for this.

No login, no API key, nothing to configure - identifiers in, clean JSON out.

What data do you get?

One record per identifier:

FieldExample
query00159560366
denominazioneFERRARI S.P.A.
partitaIVA00159560366
pec (certified email)ferrari@pec.ferrari.com
codiceDestinatarioSDI (e-invoicing)SN4CSRI

If a company has not published a PEC, pec is returned as null.

How much does it cost?

Pay per result - you are not charged for Apify platform usage, only per lookup. See the Pricing tab on this page for the current figure. The free Apify plan returns a small preview. No subscription, no minimum.

Data originates from the Italian Camera di Commercio / Registro Imprese records, surfaced through a public portal - the same free public PEC / SDI data available on the registry layer. Extraction of this public data is permitted; you remain responsible for lawful use downstream.

How do I use it?

Click Try it and paste this input:

{ "identifiers": ["00159560366", "Barilla", "IT00789470519"] }

identifiers is a list of Partita IVA, Codice Fiscale, or company names - one result row per identifier.

What you can do with it

  • Fatturazione elettronica - get the PEC and SDI destination code needed to send Italian electronic invoices.
  • KYC contact verification - confirm a counterparty's official certified email.
  • Bulk enrichment - append PEC to a list of VAT numbers for your CRM or AP/AR system.

Run it from code

# cURL - start a run and get the dataset back
curl -X POST "https://api.apify.com/v2/acts/regdata~italy-pec-lookup/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "identifiers": ["00159560366", "Barilla"] }'
// Node.js - apify-client
import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_TOKEN' });
const run = await client.actor('regdata/italy-pec-lookup').call({ identifiers: ['00159560366', 'Barilla'] });
const { items } = await client.dataset(run.defaultDatasetId).listItems();
# Python - apify-client
from apify_client import ApifyClient
client = ApifyClient("YOUR_TOKEN")
run = client.actor("regdata/italy-pec-lookup").call(run_input={"identifiers": ["00159560366", "Barilla"]})
items = client.dataset(run["defaultDatasetId"]).list_items().items

Integrations

Runs anywhere Apify does: call it from the REST API, schedule recurring enrichment, pipe results into n8n / Make / Zapier, or use it from any MCP client (Claude, Cursor) via mcp.apify.com.

FAQ

What is a PEC? Posta Elettronica Certificata - an Italian company's legally certified email (domicilio digitale), required for official correspondence and electronic invoicing.

What is the SDI code? The Codice Destinatario used to route Italian electronic invoices (fatturazione elettronica) through the Sistema di Interscambio.

What if a company has no PEC? pec is returned as null (the company has not published one).

Do I need an account, API key, or proxy? No - none of them. Just an Apify account.

Do you have the full company profile too? For REA, ATECO, legal form, capital, address, and employees, use the Italy Registro Imprese Scraper. This actor is the cheaper, bulk PEC/SDI lookup.

What export formats are supported? JSON, CSV, Excel, or XML, or read live via the API.

Part of a suite of official government registry actors - no public API, pay per result, no keys to supply.

CountryActors
PolandREGON/GUS · KRS financials · KRS board · CRBR UBO · KRZ debtors · MSiG gazette · KNF · PEP · EKW land · UOKiK · BDO waste · Premises
GermanyHandelsregister · Insolvency
SpainCompany directory · BORME acts · Concursal
ItalyRegistro Imprese · PEC lookup (this actor)
AustriaWKO directory · Ediktsdatei
FranceSociete.com
BelgiumKBO/BCE
CzechiaISIR insolvency
SlovakiaRPVS UBO
UAEADGM register
USACalifornia SoS · California UCC liens
GlobalAdverse media

Full suite: apify.com/regdata · Callable from any MCP client via mcp.apify.com