EU Company Change Monitor EXPERT avatar

EU Company Change Monitor EXPERT

Pricing

Pay per event + usage

Go to Apify Store
EU Company Change Monitor EXPERT

EU Company Change Monitor EXPERT

Watches a list of EU company domains on a schedule. Reads each company's imprint or legal page and reports changes to the VAT number, legal name, registered address, contact emails, and detected site technology. A failed fetch keeps stored history intact. From $0.006 per company checked.

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

Tarek Etman

Tarek Etman

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

EU Company Change Monitor

Watches a list of company domains and reports changes to what those companies publish about themselves. Each run reads the company's imprint or legal page, compares it with the stored result under your monitorId, and outputs only the rows that changed.

A changed VAT number on a supplier invoice can cost you the input-VAT deduction. Outdated registered addresses invalidate contract records. This actor reports both on the next scheduled run after the company's own page shows them.

What a run returns

changeTypeMeaning
BASELINEFirst reliable inspection of a domain on this watchlist
VAT_CHANGEDThe VAT number published on the legal page changed
LEGAL_NAME_CHANGEDThe published legal name changed
ADDRESS_CHANGEDThe published registered address changed
CONTACT_CHANGEDPublic contact emails changed
TECH_ADDED / TECH_REMOVEDDetected site technology changed
PAGE_UNREACHABLEThe page could not be read. Stored history stays intact
UNCHANGEDHidden by default. Set fullReport to true to include these

Rows with several simultaneous changes carry one primary changeType plus a changes array with every field delta, previous and current values included.

Input

{
"domains": [
{ "domain": "sap.com", "label": "SAP" },
{ "domain": "zalando.de", "label": "Zalando" }
],
"monitorId": "suppliers",
"webhookUrl": "https://hooks.zapier.com/..."
}

Runs sharing a monitorId compare against each other. The optional HTTPS webhook receives one POST per run when change rows exist. VIES re-verification of found VAT numbers is available with verifyVatWithVies and is off by default.

How pages are found

The actor reads the homepage, follows the highest-ranked legal-page link (Impressum, legal notice, mentions légales and equivalents in six languages), and also tries the well-known paths EU companies conventionally use, such as /impressum and /legal-notice. In live testing this resolved the correct imprint for sap.com and zalando.de and extracted their registered VAT numbers.

Limits stated plainly

Fields published as labeled text extract best. Legal names and addresses written as unlabeled prose can come back empty while the VAT number and contact emails still fill. A site that refuses datacenter traffic returns PAGE_UNREACHABLE and keeps its stored history; the proxy input accepts Apify Proxy settings including residential groups.

Pricing

$0.006 per company checked, $0.025 per change detected, $0.005 at actor start. A weekly watch on 100 suppliers runs about $0.61 per run, or roughly $2.65 per month at that cadence, before any change events.

Verify a company list against the official VIES registry with EU Company Enrichment. Watch the VAT number's registry validity itself with EU VAT Status Monitor; it queries VIES while this actor reads the company's own website.

Built by MaatData.