Skip to main content

Welcome to WraithBytes Scraper API

The WraithBytes Scraper API provides powerful web scraping capabilities for extracting structured data from various platforms including LinkedIn, Instagram, Facebook, and more.

Base URL

All API requests should be made to:
https://api.wraithbytes.com/api/v1/scraper/

Authentication

All API endpoints require Bearer token authentication. Include your API key in the Authorization header of every request:
Authorization: Bearer YOUR_API_KEY
Keep your API key secure and never share it publicly. If you believe your key has been compromised, regenerate it immediately.

Rate Limits

API requests are subject to rate limiting to ensure fair usage:
  • Free tier: 100 requests per day
  • Pro tier: 1,000 requests per day
  • Enterprise: Custom limits

Response Format

All API responses follow a consistent JSON format:
{
  "data": { ... },
  "status": "success",
  "message": "Profile scraped successfully"
}

Error Handling

Errors are returned with appropriate HTTP status codes and detailed messages:
  • 400 - Bad Request: Invalid parameters
  • 401 - Unauthorized: Missing or invalid API key
  • 429 - Too Many Requests: Rate limit exceeded
  • 500 - Internal Server Error: Something went wrong on our end
{
  "error": "Invalid LinkedIn URL format",
  "status": "error"
}

Available Endpoints

Currently, the API supports the following platforms:

Need Help?

If you have questions or need support, please reach out to our team.