web_data_x_posts
Extract structured data from X posts using a post URL. This tool provides reliable access to post information through cache lookup, avoiding direct scraping limitations.
Instructions
Quickly read structured X post data. Requires a valid X post URL. This can be a cache lookup, so it can be more reliable than scraping
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}