← All use cases
X

X / Twitter Scraping API

Monitor conversations, track influencers, and discover job opportunities on X with structured data extraction.

Use cases

Social Listening

Monitor brand mentions and trending conversations in real time.

Influencer Research

Analyze follower counts, engagement, and posting patterns of key accounts.

Hiring Intelligence

Find 'We're hiring' tweets and job postings from startups and tech companies.

Trend Analysis

Search for keywords and hashtags to track emerging topics in your industry.

API example

POST /api/v1/scrape/x-profile

Request

curl -X POST https://scrapekit.dev/api/v1/scrape/x-profile \
  -H "X-API-Key: sk_live_your_key" \
  -H "Content-Type: application/json" \
  -d '{"username": "elonmusk"}'

200 OK Response

{
  "username": "elonmusk",
  "name": "Elon Musk",
  "followers": 180000000,
  "following": 500,
  "verified": true
}

Start scraping X / Twitter today

Sign up for free, get 50 credits, and make your first request in 30 seconds.

Get Started Free