Skip to content

Latest commit

 

History

History
83 lines (57 loc) · 2.77 KB

File metadata and controls

83 lines (57 loc) · 2.77 KB

API di scraping X (Twitter) (TwexAPI)

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

TwexAPI è un servizio di terze parti indipendente. Non affiliato a X Corp. "Twitter" e "X" sono marchi di X Corp.

TwexAPI è un’API di scraping X (Twitter) e un’alternativa alla X API. Cerca tweet, leggi profili, pagina i follower e ottieni dati pubblici strutturati. REST, SDK, MCP, CLI, Skills, Terraform, Actor Apify.

La richiesta seguente richiede X_API_SCRAPER_KEY. Le letture non richiedono un account sviluppatore X ufficiale né collegare un account X.

Esegui una richiesta

Crea una chiave nella dashboard TwexAPI. Poi:

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": ""
  }'

Installa le Skills

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

Copertura

Area Lavoro
Tweet Ricerca, timeline, risposte, citazioni, thread
Profili Lookup, follower, following
Altro Liste, community, trend, articoli
Integrazioni REST, MCP, Skills, SDK, CLI, Terraform

SDK e strumenti

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

Domande frequenti

Serve un account sviluppatore X ufficiale?

No. Lo scraping pubblico usa la chiave TwexAPI.

Serve un account X collegato per le letture pubbliche?

No. Le letture di tweet, profili, ricerca, follower e timeline usano solo la API key.

Documentazione

Licenza

MIT

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