Public post lookup
Use X endpoints to turn public post lookup into repeatable API requests with documented inputs and JSON responses.
Turn public X post and profile data into structured JSON for social listening, creator research, and public-interest monitoring.
Fetch public X posts, profiles, and first-page profile posts through documented Crawlora API endpoints.
Endpoint families
2
Documented params
8
Examples
3
Live catalog snapshot
Active endpoints
3
Methods
GET
Required params
6
Schema refs
3
{
"platform": "X",
"endpoint": "x-post",
"method": "GET",
"path": "/x/post/{id}",
"auth": "apiKey"
}Use cases
Fetch public X posts, profiles, and first-page profile posts through documented Crawlora API endpoints.
Use X endpoints to turn public post lookup into repeatable API requests with documented inputs and JSON responses.
Use X endpoints to turn profile enrichment into repeatable API requests with documented inputs and JSON responses.
Use X endpoints to turn first-page profile post monitoring into repeatable API requests with documented inputs and JSON responses.
Managed execution
Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.
Request behavior is tuned for the target platform and endpoint type.
Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.
Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.
Challenge pages and unusable upstream responses are detected and surfaced clearly.
Results are returned as documented JSON instead of raw HTML.
Test the same route from Docs and Playground before production integration.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/x/profile/{username}
/x/post/{id}
Endpoint catalog
/x/post/{id}Returns a public X post by numeric post id, including author, text, visible metrics, and a quoted post preview when present.
/x/profile/{username}Returns public profile details for an X username, including visible counts and profile media when available.
/x/profile/{username}/postsReturns posts present in the first public profile page payload for an X username. The endpoint does not paginate replies, media-only tabs, or search results.
Related APIs
Social & Creator Platforms
Build creator intelligence, video research, transcript, and audience-comment workflows without maintaining YouTube scrapers.
Social & Creator Platforms
Track creator, content, hashtag, music, trend, and public ad creative signals from TikTok with production-ready API routes.
Social & Creator Platforms
Turn Instagram public data into structured inputs for social listening and creator research.
How to scrape X
X public pages are rendered for interactive browsing, not simple JSON export. Crawlora's X endpoints return public post and profile data as structured JSON.
A public post URL/status ID, a username, or a profile's first visible post page.
Pass the post ID and optional username, or the profile username, to Crawlora's X endpoint.
Receive post text, author context, profile counts, verification state, and visible timeline items where available.
Re-run to refresh public post details or profile-level signals for research and monitoring.
FAQ
Send a public X post ID or username to Crawlora's X endpoint and get structured JSON for public posts, profiles, or the first visible profile posts page. Collect public data and respect X's terms.
Yes — Crawlora's X endpoints target public web pages and do not require your account cookies, OAuth token, or login state.
Collecting publicly accessible post and profile data is generally permissible if you respect X's terms of use, robots directives, rate limits, and applicable law. This is for public data you're authorized to collect.