Skip to main content

Quick Setup

Get up and running with AnySite in just a few steps:
1

Get Your API Key

Sign up at anysite.io and generate your API key from the dashboard.
2

Make Your First Request

Test your API key with a simple request:
curl -X GET "https://api.anysite.io/tokens/statistic" \
  -H "access-token: YOUR_ACCESS_TOKEN"
3

Choose Your Integration

Select the integration method that best fits your workflow:
  • REST API for direct integration
  • MCP Server for AI tools (Claude, Cursor)
  • n8n Nodes for workflow automation

Common Use Cases

Lead Generation

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

Social Media Monitoring

Track brand mentions, competitor analysis, and social sentiment

Content Research

Gather insights from Reddit discussions, LinkedIn posts, and industry conversations

Market Intelligence

Analyze trends, track influencers, and monitor industry developments

Quick Examples

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

Instagram Post Analysis

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

Reddit Discussion Monitoring

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

Integration Paths

  • REST API
  • MCP Server
  • n8n Nodes
Best for: Custom applications, direct integrations, microservices
  • Full control over requests and data processing
  • Support for all programming languages
  • Real-time data extraction
  • Custom rate limiting and error handling
View API Documentation →

Rate Limits & Best Practices

Be mindful of rate limits to ensure optimal performance:
  • Free tier: 100 requests/hour
  • Pro tier: 1,000 requests/hour
  • Enterprise: Custom limits
Always implement exponential backoff for retries and respect platform-specific guidelines.
Pro Tips:
  • Use specific search filters to get more relevant results
  • Implement caching for frequently accessed data
  • Monitor your API usage in the dashboard
  • Use webhook endpoints for real-time updates when available

Need Help?

I