Skip to content

Latest commit

 

History

History
83 lines (57 loc) · 2.82 KB

File metadata and controls

83 lines (57 loc) · 2.82 KB

X (Twitter) Scraper API (TwexAPI)

English · Español · Türkçe · 简体中文 · 日本語 · 한국어 · Deutsch · Français · Italiano

TwexAPI bağımsız bir üçüncü taraf hizmetidir. X Corp ile bağlantılı değildir. "Twitter" ve "X", X Corp’un markalarıdır.

TwexAPI bir X (Twitter) Scraper API ve X API alternatifidir. Tweet ara, profilleri oku, takipçileri sayfala ve yapılandırılmış herkese açık verileri al. REST, SDK, MCP, CLI, Skill, Terraform veya Apify Actor kullan.

Aşağıdaki istek için X_API_SCRAPER_KEY gerekir. Okumalar resmi X geliştirici hesabı veya bağlı bir X hesabı gerektirmez.

Bir istek çalıştır

TwexAPI panosunda bir API anahtarı oluşturun. Sonra:

export X_API_SCRAPER_KEY='replace_me'

curl --request POST 'https://api.twexapi.io/twitter/advanced_search/page' \
  --header "Authorization: Bearer ${X_API_SCRAPER_KEY}" \
  --header 'content-type: application/json' \
  --data '{
    "searchTerms": ["from:elonmusk"],
    "sortBy": "Latest",
    "next_cursor": ""
  }'

Skill’leri kur

npx skills@1.5.3 add twexapi-dev/x-api-scraper

LobeHub

lh login
lh skill install https://github.com/twexapi-dev/x-api-scraper/tree/main/skills/x-api-scraper
lh skill install https://github.com/twexapi-dev/x-api-scraper/tree/main/skills/x-api-scraper-research

Kapsam

Alan İş
Tweetler Arama, zaman çizelgesi, yanıt, alıntı, thread
Profiller Lookup, takipçi, following
Diğer Listeler, topluluklar, trendler, makaleler
Entegrasyon REST, MCP, Skills, SDK, CLI, Terraform

SDK ve araçlar

Tool Source
TypeScript https://github.com/twexapi-dev/x-api-scraper-typescript
Python https://github.com/twexapi-dev/x-api-scraper-python
Go https://github.com/twexapi-dev/x-api-scraper-go
CLI https://github.com/twexapi-dev/x-api-scraper-cli
Terraform https://registry.terraform.io/providers/twexapi-dev/x-api-scraper/latest
Apify https://apify.com/fastcrawler/tweet-x-twitter-scraper-0-05-1k-pay-per-result-v2
Docs https://docs.twexapi.io

Sık sorulanlar

Resmi X geliştirici hesabı gerekir mi?

Hayır. Genel scraping TwexAPI API anahtarını kullanır.

Genel okumalar için X hesabı bağlamak gerekir mi?

Hayır. Tweet, profil, arama, takipçi ve zaman çizelgesi okumaları yalnızca API anahtarı ister.

Belgeler

Lisans

MIT

TwexAPI is an independent third-party service. Not affiliated with X Corp.