get_twitterapi_url
Retrieve parsed content from any TwitterAPI.io or docs.twitterapi.io URL via offline snapshot, with live fallback if the page is missing.
Instructions
Fetch a TwitterAPI.io or docs.twitterapi.io URL.
USE THIS WHEN: You have a specific link and want its full content. RETURNS: Parsed content from the offline snapshot. If not found, you can set fetch_live=true (restricted to twitterapi.io/docs.twitterapi.io).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch. Examples: https://twitterapi.io/privacy, /pricing, docs.twitterapi.io/introduction | |
| fetch_live | No | If true and the URL is missing from the offline snapshot, fetch it live over HTTPS (allowed hosts only). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| kind | Yes | ||
| name | Yes | ||
| title | No | ||
| source | Yes | ||
| markdown | Yes | ||
| description | No |