#
# # # # #

Twitter User Profile Scraper API

API:Scraper

US$19US$21

  • Scrape the twitter user profile. It offers a list of dataset that includes profile address, user name, contact email, post and so on. The repsonse data is in JSON form. Paid API token can access to BuyfromLo onsite app, meanwhile API returns the data in JSON form

  • The API is only for your personal use. For more details regarding API usage obligation & liability, please read Legal Terms of Service & Condition

Features

  • Scrape the twitter user profile
  • It offers a list of dataset that includes profile address, user name, contact email, post and so on
  • The repsonse data is in JSON form
  • Paid API token can access to BuyfromLo onsite app, meanwhile API returns the data in JSON form

API Endpoint Specifications

  • Endpoint Path: /api/1/twitter-user-profile
  • Type of Data: JSON & 10/minute
  • Data Source: Twitter
  • Request Limit: 500 request/month
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript
Twitter User Profile Scraper API Endpoint Basic Info

API Endpoint Path

required

Twitter User Profile Scraper

api/1/twitter-user-profile


Call Method

Required

POST

Type of Data Return

JSON

Output structured JSON data on Twitter user profile


Available API Arguments & Parameters

token

required

BUYFROMLO API token. Subscription API is available on /api/1/twitter-user-profile, and accessible to on-site APP on /app/1/twitter-user-profile as well

userproifleID

required

Enter a Twitter User profile ID or URL



Twitter User Profile Scraper

api/1/twitter-user-profile


Code Integration and Response

Python Code Sample


import requests

apiendpoint = "https://api.buyfromlo.com/api/1/twitter-user-profile"

## Required Arguments & Parameters ##
token = "your buyfromlo token"
userproifleID = "Enter a commodity name referring to the options"

## Call the api ##
response = requests.get(apiendpoint + "?token=" + token + "&userproifleID=" + userproifleID)
print(response.status_code)
print(response.json())
                        

JSON Response Sample


{
    "Post Date":"",
    "Post Content":"",
    "api_module": ""
}
                        

4.5 (Overall)

  • 5 stars - 38
  • 4 stars - 10
  • 3 stars - 3
  • 2 stars - 1
  • 1 star - 0

Latest Reviews

FAQs

This API allows you to scrape public Twitter profile data, including usernames, contact emails, posts, profile addresses, and more.

The API delivers data in a structured JSON format, making it easy to parse and analyze.

Absolutely! The API offers integration with various programming languages like Python, JavaScript, Ruby, PHP, Node.js, Java, .NET, Rust, Go, and Typescript.

The API allows you to make up to 10 requests per minute.

Yes, the API has a request limit of 500 requests per month.

The API is strictly for personal use. For client-related projects, you'll need to review the API's terms of service.

The 'BuyfromLo onsite app' appears to be related to paid API access. You can find more details on the BuyfromLo website.

For details on usage obligations and liability, please refer to the Legal Terms of Service & Condition provided for the API.

The primary data source for this API is Twitter itself, collecting publicly available information from user profiles.

The endpoint path for this API is '\/api\/1\/twitter-user-profile'.