English · Español · Türkçe · 简体中文 · 日本語 · 한국어 · Deutsch · Français · Italiano
TwexAPI는 독립 서드파티 서비스입니다. X Corp와 제휴되어 있지 않습니다. "Twitter"와 "X"는 X Corp의 상표입니다.
TwexAPI는 X(Twitter) Scraper API이자 X API 대안입니다. 트윗 검색, 프로필, 팔로워 등 공개 데이터 조회에 사용합니다. REST, SDK, MCP, CLI, Skill, Terraform, Apify Actor을 지원합니다.
아래 요청에는 X_API_SCRAPER_KEY가 필요합니다. 읽기에는 공식 X 개발자 계정이나 X 계정 연결이 필요 없습니다.
TwexAPI 대시보드에서 API 키를 만든 뒤 실행하세요.
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": ""
}'npx skills@1.5.3 add twexapi-dev/x-api-scraperlh 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| 영역 | 작업 |
|---|---|
| Tweets | 검색, 타임라인, 답글, 인용, 스레드 |
| Profiles | 조회, 팔로워, 팔로잉 |
| Other | 리스트, 커뮤니티, 트렌드, 아티클 |
| Integrations | REST, MCP, Skills, SDK, CLI, Terraform |
아니요. 공개 스크레이핑은 TwexAPI API 키만 사용합니다.
아니요. 트윗, 프로필, 검색, 팔로워, 타임라인 읽기는 API 키만 있으면 됩니다.
MIT
TwexAPI is an independent third-party service. Not affiliated with X Corp.