social-twitter
SocialData API
A commercial API that returns X/Twitter data — search, user profiles, and tweets — without going through the official X API. It is purely programmatic: requests need a paid API key, billed per tweet retrieved, and there is no free browsing interface. Relevant when you need dependable X search results in volume and have a budget for it.
Why it’s useful & how it works
Paid per-tweet (~$0.0002); they proxy the scraping so datacenter IP is fine with a key (401 without). For inline X results where budget allows.
What’s inside
Full public X search/timeline; commercial.
API access
https://api.socialdata.tools/twitter/search?query= <q> ; /twitter/user/<id> (Bearer key)
An API key is required — usually free; see the endpoints above for where to get one.
Access
Programmatic API access (a key may be required — see the API tag).