reengine-tinyfish-scraper

Extract structured data from a single URL via the TinyFish API.

2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/stackconsult/RE-Engine --skill reengine-tinyfish-scraper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reengine-tinyfish-scraper
Source: https://github.com/stackconsult/RE-Engine/tree/main/.windsurf/skills/reengine-tinyfish-scraper
Command: npx skills add https://github.com/stackconsult/RE-Engine --skill reengine-tinyfish-scraper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables quick extraction of structured data from a single web URL by calling the TinyFish API, eliminating manual scraping labor.

Core Features & Use Cases

  • Single-URL scraping: Retrieve defined data from one URL with a simple API call.
  • Streaming results: Receive results as they are produced and normalized for downstream processing.
  • Use Case: Validate product details from a product page by extracting price, title, and metadata in a single pass.

Quick Start

Query TinyFish with the target URL and the data goal to begin scraping.

Frequently Asked Questions about reengine-tinyfish-scraper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract structured data from a single web page URL?

You can extract structured data from a single URL by submitting it with a data-goal description to the TinyFish API, which streams the scraped results back transformed into a consistent format.

What is single URL scraping useful for in data extraction workflows?

Single URL scraping is useful for quick, targeted data extraction tasks such as validating product details like price and title from one specific web page without needing complex scraping infrastructure.

How do I scrape product details like price and metadata from one page?

You scrape product details by posting the target product page URL and your specific data goals to the TinyFish API, which retrieves and normalizes the price, title, and metadata in a single pass.

Does this single URL scraper stream results back during processing?

Yes, the scraper streams results back as they are produced by the TinyFish API, allowing you to receive and process normalized data continuously rather than waiting for the entire extraction to finish.

Can I use this for quick data extraction from multiple URLs at once?

No, this tool is designed specifically for quick, single-page data extraction tasks where you need structured results from one URL, rather than batch processing or crawling multiple links simultaneously.