VOOZH about

URL: https://apify.com/unlimiteddots/eu-vat-rates

โ‡ฑ Europe VAT Rates monitor ยท Apify


Pricing

from $0.50 / 1,000 results

Go to Apify Store

EU VAT Rates Fetcher

This actor fetches EU VAT rates from `ECB`, validates and normalizes the payload, and writes output to dataset and key-value store.

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Unlimited Dots

Unlimited Dots

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 months ago

Last modified

Share

This actor fetches EU VAT rates from ECB, validates and normalizes the payload, and writes output to dataset and key-value store.

Input

  • requestTimeoutMs (integer): request timeout in milliseconds.
  • countries (string[]): optional country code allow-list (for example AT, DE).
  • pushIndividualItems (boolean): when true, pushes one dataset item per country instead of one summary object.
  • serveApi (boolean): run as HTTP API server for URL-based GET requests.

API Endpoint Mode

When serveApi=true, the actor runs an HTTP server and exposes:

Port behavior:

  • Uses Apify default web server port from ACTOR_WEB_SERVER_PORT.

  • Falls back to 3000 for local runs when that variable is not set.

  • GET /vat_rates

  • Query params:

    • countries=AT,DE,FR (optional)
    • requestTimeoutMs=30000 (optional)

Example request:

$curl"http://127.0.0.1:3000/vat_rates?countries=AT,DE"

Readiness endpoint:

  • GET / returns health metadata (and readiness probe OK for Apify standby checks).

Use Cases

  • Keep a current VAT rate table for EU countries in your internal pricing system.
  • Build tax-aware product pricing for marketplaces by filtering only target countries (for example AT, DE, FR).
  • Feed finance or BI workflows with normalized VAT data from a single structured source.
  • Store daily snapshots in Apify dataset / key-value store for auditing VAT changes over time.

Output

  • Dataset:
    • One summary object by default.
    • One object per country when pushIndividualItems=true.
  • Key-value store:
    • OUTPUT key with summary object:
      • success
      • fetchedAt
      • countryCount
      • rates

Example Response JSON

{
"success":true,
"fetchedAt":"2026-04-17T12:34:56.000Z",
"countryCount":2,
"rates":{
"AT":{
"country_name":"Austria",
"standard_rate":20,
"reduced_rates":[10,13],
"super_reduced_rates":[],
"parking_rates":[13]
},
"DE":{
"country_name":"Germany",
"standard_rate":19,
"reduced_rates":[7],
"super_reduced_rates":[],
"parking_rates":[]
}
}
}

You might also like

EU VAT Number Validator API

andok/eu-vat-validator

Validate EU VAT numbers in bulk against the official VIES database. Extract company name, address & VAT status. Pay per validation, no subscription.

๐ŸŽ‰ Vies VAT number validation

prog-party/vies-vat-number-validation

This Vies VAT number validation Actor checks if a given VAT number is valid in the EU. A Vies check (VAT Information Exchange System check) is highly recommended and often required for VAT-exempt intra-EU transactions between businesses. Returns isValid, name and address.

EU VAT Validator (VIES) Scraper

parseforge/vies-eu-vat-scraper

Validate EU VAT numbers across all 27 member states with VIES. Get company name, address, country, and validity status for any European VAT ID. Essential for cross-border invoicing, compliance checks, and B2B customer verification.

EU VAT Validator (VIES) - Bulk VAT Number Checker & KYB API

themineworks/eu-vat-vies-validator

Validate EU VAT numbers in bulk via the official VIES service. Returns validity, registered company name & address for all 27 states + XI. No API key, no SOAP. For finance, tax, KYB & invoicing. Works in Claude, ChatGPT & any MCP agent.

๐Ÿ‘ User avatar

The Mine Works

1

UK VAT number checker

novotnyj/uk-vat-number-checker

This actor uses https://www.tax.service.gov.uk/ to check if UK VAT number is valid or not. It can check multiple VAT numbers in one run. If VAT number is valid then business name and address are fetched.

35

5.0

EU VAT Validator โ€” Compliance Monitoring & Alerts

ryanclinton/eu-vat-validator

Compliance Operations System for EU VAT โ€” detect deregistered or mismatched counterparties, escalate by SLA, auto-generate ticket-ready actions. Bulk-validate against the official VIES API across all 27 EU countries + XI. Audit-grade consultation references, change detection, risk scoring.

14

UK VAT HMRC API

nocodeventure/uk-vat-hmrc-api

Supports Proof of Check. Scrapes UK VAT numbers using the official HMRC service. Validates UK VAT numbers against the official HMRC database.

๐Ÿ‘ User avatar

No-Code Venture

8

Bankrate Financial Rates Scraper

crawlerbros/bankrate-scraper

Scrape current financial rates from Bankrate.com - mortgage rates, savings account rates, CD rates, auto loan rates, and personal loan rates from hundreds of banks and lenders.