Welcome
ZiloData provides comprehensive APIs for extracting data from popular social media platforms. Our APIs support LinkedIn, Reddit, TikTok, X (Twitter), and YouTube.Available APIs
LinkedIn API
Extract user profiles, company information, job listings, and posts from LinkedIn
Reddit API
Get posts, comments, subreddits, and user information from Reddit
TikTok API
Extract user profiles, videos, comments, and trending content from TikTok
X (Twitter) API
Get tweets, user profiles, followers, and engagement metrics from X
YouTube API
Extract videos, channels, comments, and playlists from YouTube
Base URL
All APIs are hosted at:{platform} can be: linkedin, reddit, tiktok, x, or youtube
Authentication
All API endpoints support two authentication methods:Bearer Token Authentication
Use JWT bearer tokens in the Authorization header:API Key Authentication
Use your API key in the X-API-Key header:Rate Limits
Please refer to your API plan for specific rate limits. Contact support if you need higher limits.Response Format
All APIs return JSON responses. Error responses follow this format:Getting Started
- Choose the platform API you want to use
- Review the OpenAPI specification for that platform
- Authenticate using either Bearer token or API key
- Start making requests to the endpoints
