REST API for Web Data Extraction

Language-agnostic HTTP endpoints for LinkedIn, Instagram, Twitter, and Reddit data. Built for developers who need direct control.

Quick Start

curl -X GET "https://api.horizondatawave.ai/token/statistic" \ -H "access-token: YOUR_ACCESS_TOKEN"
🔧 RESTful design
🌍 Language agnostic
⚡ <2s response time
📊 Structured JSON

Complete control over your data extraction

Simple, consistent API design across all platforms.

Base URL

All API requests start here:

https://api.horizondatawave.ai/

Authentication

Header-based token authentication:

access-token: YOUR_ACCESS_TOKEN

Credit System

  • • 1 credit = 1 API request
  • • No hourly rate limits
  • • Use credits at your own pace

API Examples

Common use cases for each platform.

LinkedIn Profile Search

curl -X GET "https://api.horizondatawave.ai/linkedin/search/users" \
  -H "access-token: YOUR_ACCESS_TOKEN" \
  -G -d "query=marketing manager" -d "limit=5"

Extract LinkedIn profiles, find contact information, and build prospect lists.

Instagram Post Analysis

curl -X GET "https://api.horizondatawave.ai/instagram/user/techcompany/posts" \
  -H "access-token: YOUR_ACCESS_TOKEN" \
  -G -d "limit=10"

Track brand mentions, analyze engagement, and monitor social media performance.

Twitter User Data

# Coming soon - Twitter API integration
curl -X GET "https://api.horizondatawave.ai/twitter/user/elonmusk" \
  -H "access-token: YOUR_ACCESS_TOKEN"

Extract user profiles, tweets, and engagement metrics from Twitter/X.

Reddit Discussion Monitoring

curl -X GET "https://api.horizondatawave.ai/reddit/search/posts" \
  -H "access-token: YOUR_ACCESS_TOKEN" \
  -G -d "query=artificial intelligence" -d "subreddit=technology"

Monitor discussions, track sentiment, and gather insights from Reddit communities.

Get Started

Start extracting web data in just three steps.

1

Get Your API Key

Sign up at horizondatawave.ai and get your access token from the dashboard.

2

Test Your Access

Verify your API key is working correctly.

curl -X GET "https://api.horizondatawave.ai/token/statistic" \
  -H "access-token: YOUR_ACCESS_TOKEN"
3

Extract Data

Start extracting data from any supported platform.

curl -X GET "https://api.horizondatawave.ai/linkedin/search/users" \
  -H "access-token: YOUR_ACCESS_TOKEN" \
  -G -d "query=marketing manager" -d "limit=5"

Resources

Get Free API Key View Full Docs