Access the API

Scraping data from Twitter has never been easier.

The Twitter API can be accessed via the official API endpoint:

  • https://social.webscrapingapi.com/v1

The API key

Authorizing requests sent to the official API endpoint is done by passing the required api_key parameter to the request. You can request your API key upon registration, by subscribing to the Twitter API service, available in the Dashboard.

In the following documentation, we will refer to the API key by using this syntax:<YOUR_API_KEY>

Last updated