Fetch Apify docs
fetch-apify-docsRetrieve the complete content of an Apify or Crawlee documentation page using its URL. Use this after searching for relevant pages to get detailed answers.
Instructions
Fetch the full content of an Apify or Crawlee documentation page by its URL. Use this after finding a relevant page with the search-apify-docs tool.
USAGE:
Use when you need the complete content of a specific docs page for detailed answers.
USAGE EXAMPLES:
user_input: Fetch https://docs.apify.com/platform/actors/running#builds
user_input: Fetch https://docs.apify.com/academy
user_input: Fetch https://crawlee.dev/docs/guides/basic-concepts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the Apify documentation page to fetch. This should be the full URL, including the protocol (e.g., https://docs.apify.com/). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The documentation URL that was fetched | |
| content | Yes | The full markdown content of the documentation page |