Skip to content

Scraper API Documentation

Welcome to the Scraper API - your gateway to accessing Twitter and YouTube data for your applications. Our API provides a simple, reliable, and secure way to integrate social media data into your products.

Quick Integration Guide

  1. API Overview - Learn the basics of our API
  2. Get API Keys - Obtain and use your API keys
  3. Explore Endpoints - Discover available data endpoints

API Features

  • Social Media Data: Access Twitter user details, followers, and tweets. Retrieve YouTube channel information and shorts.
  • Simple Authentication: Easy-to-implement API key system with support for both server-side and client-side applications.
  • JSON Responses: Clean, consistent JSON responses for seamless integration.
  • Reliable Rate Limiting: Credit-based system to ensure fair usage and availability.
  • Comprehensive Documentation: Clear examples and guides for quick implementation.

Integration Examples

Integrate our API into your application with just a few lines of code:

// Example: Fetch Twitter user details
const fetchUserDetails = async (username) => {
  const response = await fetch(`https://dev-api.scraper.lol/api/twitter/${username}/details`, {
    headers: {
      'X-API-Key': 'your-api-key'
    }
  });
  return response.json();
};

Support

Need help with integration?

Get Started

Ready to add social media data to your application?

  1. Create an Account
  2. Get Your API Keys
  3. Start Building