What problem does it solve? Finding sources, articles, or news when no URL is known requires running web searches and then fetching page content separately. This Skill combines both steps, returning search results as JSON with optional full-page scraping, saved to disk to avoid context window bloat. ## Core Features & Use Cases - Web Search with JSON Output: Run queries through the Firecrawl CLI and save structured results to .firecrawl/ files for downstream processing with tools like jq. - Optional Full-Page Scraping: Add --scrape to fetch complete page content from result URLs in one call, avoiding redundant fetches and saving credits. - News and Category Filtering: Restrict results to news sources with time windows (--sources news --tbs qdr:d) or weight developer-index results via --categories developer. - Use Case: When researching a topic like React hooks, run a search with scraping enabled, extract URLs with jq, and reuse the scraped content directly instead of re-fetching each page. ## Quick Start Ask the AI to search the web for your query using firecrawl search and save the results with full page content to a JSON file.