Get URL Content
get_url_contentRetrieve scraped markdown content and metadata from tracked URLs to analyze brand mentions in AI-generated answers across ChatGPT, Perplexity, and other models.
Instructions
Get the scraped markdown content of a source URL. Use the URLs report (get_urls_report) to discover URLs. Returns markdown content plus metadata (title, domain, channel_title, classification, url_classification, content_length, truncated, content_updated_at). If stored content exceeds max_length, the response is truncated and truncated=true — re-request with a larger max_length to get more. Returns 404 if the URL is not tracked by the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch content for. Discover URLs via get_urls_report. | |
| project_id | No | Project ID (uses PEECAI_PROJECT_ID env if omitted). Call list_projects to find IDs. | |
| max_length | No | Maximum number of characters of content to return (1-20,000,000). Default 100,000. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _summary | Yes | Human-readable summary of the result | |
| content | Yes |