You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# just-scrape
2
2
3
-
Made with love by the [ScrapeGraphAI team](https://scrapegraphai.com?utm_source=github&utm_medium=readme&utm_campaign=skill) 💜
3
+
Made with love by the [ScrapeGraphAI team](https://scrapegraphai.com?utm_source=skill&utm_medium=readme&utm_campaign=skill) 💜
4
4
5
5

6
6
7
-
Command-line interface for [ScrapeGraph AI](https://scrapegraphai.com?utm_source=github&utm_medium=readme&utm_campaign=skill) — AI-powered web scraping, data extraction, search, crawling, and page-change monitoring.
7
+
Command-line interface for [ScrapeGraph AI](https://scrapegraphai.com?utm_source=skil&utm_medium=readme&utm_campaign=skill) — AI-powered web scraping, data extraction, search, crawling, and page-change monitoring.
8
8
9
9
> **v1.0.0 — SDK v2 migration.** This release migrates the CLI to the [scrapegraph-js v2 SDK](https://github.com/ScrapeGraphAI/scrapegraph-js/pull/13). The v1 endpoints (`smart-scraper`, `search-scraper`, `markdownify`, `sitemap`, `agentic-scraper`, `generate-schema`) have been removed. Use `scrape --format …` for multi-format output, `extract` for structured data, and the new `monitor` command for page-change tracking.
10
10
@@ -49,23 +49,23 @@ npx just-scrape --help
49
49
bunx just-scrape --help
50
50
```
51
51
52
-
Package: [just-scrape](https://www.npmjs.com/package/just-scrape?utm_source=github&utm_medium=readme&utm_campaign=skill) on npm.
52
+
Package: [just-scrape](https://www.npmjs.com/package/just-scrape?utm_source=skil&utm_medium=readme&utm_campaign=skill) on npm.
53
53
54
54
## Coding Agent Skill
55
55
56
-
You can use just-scrape as a skill for AI coding agents via [Vercel's skills.sh](https://skills.sh?utm_source=github&utm_medium=readme&utm_campaign=skill).
56
+
You can use just-scrape as a skill for AI coding agents via [Vercel's skills.sh](https://skills.sh?utm_source=skil&utm_medium=readme&utm_campaign=skill).
Browse the skill: [skills.sh/scrapegraphai/just-scrape/just-scrape](https://skills.sh/scrapegraphai/just-scrape/just-scrape?utm_source=github&utm_medium=readme&utm_campaign=skill)
64
+
Browse the skill: [skills.sh/scrapegraphai/just-scrape/just-scrape](https://skills.sh/scrapegraphai/just-scrape/just-scrape?utm_source=skil&utm_medium=readme&utm_campaign=skill)
65
65
66
66
## Configuration
67
67
68
-
The CLI needs a ScrapeGraph API key. Get one at [dashboard.scrapegraphai.com](https://dashboard.scrapegraphai.com?utm_source=github&utm_medium=readme&utm_campaign=skill).
68
+
The CLI needs a ScrapeGraph API key. Get one at [dashboard.scrapegraphai.com](https://dashboard.scrapegraphai.com?utm_source=skil&utm_medium=readme&utm_campaign=skill).
0 commit comments