Vera API Documentation

Welcome to the Vera API documentation. Learn how to scrape websites and enrich company data with just a few lines of code.

Install the SDK

Installation
# Python
pip install vera-sdk

# Node.js
npm install @vera/sdk

# .NET
dotnet add package Vera.SDK

Authentication

All API requests require authentication using a Bearer token. Get your API key from the dashboard.

cURL
curl -X POST https://api.vera.com/scrape \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com"}'

Endpoints

Guides

Base URL

https://api.vera.com