Skip to main content

What Are Data APIs?

Data APIs provide structured access to social media data across multiple platforms. Instead of integrating with each platform separately, you use a single API endpoint pattern to fetch profiles, posts, and analytics from LinkedIn, YouTube, TikTok, X, Instagram, Reddit, and Facebook.

Unified Interface

All platform APIs follow the same pattern:
Examples:
  • GET /v1/data/linkedin/get-company-details?username=microsoft
  • GET /v1/data/youtube/get-channel-details?username=@mkbhd
  • GET /v1/data/x/get-user-details?username=elonmusk

Available Platforms

LinkedIn

Endpoints: 50+Company profiles, employee data, job listings, posts, and school information.

YouTube

Endpoints: 30+Channels, videos, playlists, comments, search, and video transcripts.

TikTok

Endpoints: 25+User profiles, videos, hashtags, sounds, and trending content.

X (Twitter)

Endpoints: 40+User profiles, tweets, search, timelines, followers, and lists.

Instagram

Endpoints: 20+Profiles, posts, stories, reels, and hashtag search.

Reddit

Endpoints: 15+Subreddits, posts, comments, and user profiles.

Facebook

Endpoints: 20+Pages, posts, groups, and page insights.

Common Operations

Most platforms support these operation types:

Response Format

All responses follow a consistent structure:

Data Normalization

While each platform has unique data, agntdata normalizes common fields: Platform-specific fields are preserved in their original format.

Proxy Mode

For advanced use cases, you can also access the raw upstream API response:
This passes through the exact response from the underlying API without normalization.

Credits

Each API call consumes credits based on the endpoint: Credit costs are documented in each endpoint’s API reference.

Next Steps

Request Format

Learn about request structure and parameters.

Pagination

Handle paginated responses.

API Reference

Browse all available endpoints.

Error Handling

Handle errors gracefully.