Curl
| Metadata | Value |
|---|---|
| Category | web |
| Capabilities | http |
| Website | https://curl.se |
Returns shapes
Section titled “Returns shapes”webpage— fromread_webpage
Readme
Section titled “Readme”Simple URL fetching using curl. No API key required.
When to Use
Section titled “When to Use”- Simple HTML pages
- REST APIs
- RSS/Atom feeds
- When you don’t need JavaScript rendering
- As a free fallback when other adapters fail
Limitations
Section titled “Limitations”- No JavaScript rendering (use Firecrawl for React/Vue/Angular)
- Basic content extraction (full HTML, not cleaned)
- May be blocked by some sites
Examples
Section titled “Examples”run({ skill: "curl", tool: "read_webpage", params: { url: "https://example.com" } })
run({ skill: "curl", tool: "read_webpage", params: { url: "https://api.github.com/users/octocat" } })