SocioScrapper API Documentation
Welcome to the SocioScrapper API documentation. Our API provides real-time access to social media data from all major platforms.
Base URL
https://api.socioscrapper.com/v1Response Format
All API responses are returned in JSON format with the following structure:
{
"success": true,
"data": {
// Response data here
},
"meta": {
"credits_used": 1,
"credits_remaining": 99
}
}