# Scrape To Srs

> Use when scraped web facts should become spaced-repetition cards with source URLs. Pairs Apify/search rows with SRS card creation.

- Skill: `cassidyrice/scrape-to-srs` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add cassidyrice/scrape-to-srs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cassidyrice/scrape-to-srs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: cassidyrice (https://skillmd.com/u/cassidyrice)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/cassidyrice/scrape-to-srs

---


# Scrape → SRS

Turn structured scrape rows into **source-backed** review cards.

## When to Use
- Learning a domain from SERP/docs crawls
- Want recall later without re-scraping

## Process
1. Scrape with `apify-actor` (small cap).
2. Distill ≤12 atomic facts; each needs a source URL.
3. Hand to `spaced-web-fact-cards` (or memento) card schema.
4. Skip opinions, undated rumors, and paywalled guesses.

## NEVER
- Cards without sources
- >20 new cards from one unbounded crawl

## Collision parents

`apify-actor`, `spaced-web-fact-cards`, `memento-flashcards`

