Saudi VAT Verify

Saudi VAT Number Verification API

Programmatically verify Saudi VAT registration numbers. Built for developers integrating e-invoicing, ERP, and vendor onboarding systems.

10 free lookups/day. No credit card required.

Simple REST API

One POST request. JSON response. Integrate in minutes, not days.

Real-Time Data

Live verification against Saudi Arabia's official taxpayer registry. Always current.

Structured Results

Get company name, registration status, VAT account number. All fields parsed and ready to use.

Simple, Pay-Per-Request Pricing

One flat rate. Pay only for successful lookups. Volume discounts available for high-volume use cases.

Per Verification
$0.10 / request
  • Real-time Saudi VAT verification
  • Pay only for successful lookups
  • 10 free lookups/day to start
  • No minimum commitment
  • Volume discounts available
Monthly Requests Cost
100$10
1,000$100
5,000$500
10,000+Contact us

No credit card required

How It Works

$ curl -X POST https://api.gulfapi.com/v1/sa/vatverify \
    -H "Content-Type: application/json" \
    -H "X-API-Key: zk_your_api_key_here" \
    -d '{"vat_number": "300055335610003"}'

{
  "success": true,
  "data": {
    "vat_number": "300055335610003",
    "found": true,
    "result_status": "Validated successfully",
    "name": "شركة المراعي",
    "registered_with_vat": true,
    "vat_account_number": "300055335610003"
  }
}

Questions? Get in Touch

Need custom volume pricing, have integration questions, or want to discuss your use case?

Dashboard

Early Access - 10 free lookups per day

Your API Key

Loading...

Today's Usage

- / 10

Resets daily at midnight UTC

Quick Start

Copy this curl command to verify a VAT number:

Loading...

Response

{
  "success": true,
  "data": {
    "vat_number": "300055335610003",
    "found": true,
    "result_status": "Validated successfully",
    "name": "شركة المراعي",
    "registered_with_vat": true,
    "vat_account_number": "300055335610003"
  }
}

Loading...