linkup-extract
Installation
SKILL.md
Linkup Bulk Extract
The Extract endpoint turns a known web page into a table of structured records. Give it a seed URL plus a natural-language description of the rows you want, and it returns one JSON object per line (NDJSON), handling pagination automatically. It's built for 10s–1000s of records from a single listing page.
This uses the REST API, so it needs LINKUP_API_KEY:
test -n "$LINKUP_API_KEY" || echo "Missing LINKUP_API_KEY"
When to use Extract
Use linkup-extract when... |
Use instead... |
|---|---|
| You have one URL and want many structured rows (team, catalog, jobs, speakers) | — |
| You want one page's content as prose/Markdown | linkup-fetch |
| You need to find information across the web | linkup-search |
| You need synthesis across many sources | linkup-research |