name: reengine-tinyfish-scraper description: Scrape data from a single URL using the TinyFish API.
RE Engine TinyFish Scraper
When to use
Use this skill when you need to scrape data from a single URL.
Inputs
url: The URL to scrape.goal: A natural language description of the data to be extracted.
Procedure
- Send a POST request to the TinyFish API with the URL and goal.
- Stream the results back to the client.
- Transform the data into a consistent format.