Skip to content

Commit 993e906

Browse files
authored
Update links in README for consistency
1 parent 8aa8da3 commit 993e906

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# just-scrape
22

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) 💜
44

55
![Demo Video](/assets/demo.gif)
66

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.
88

99
> **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.
1010
@@ -49,23 +49,23 @@ npx just-scrape --help
4949
bunx just-scrape --help
5050
```
5151

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.
5353

5454
## Coding Agent Skill
5555

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).
5757

5858
Or you can manually install it:
5959

6060
```bash id="1ot4sn"
6161
bunx skills add https://github.com/ScrapeGraphAI/just-scrape
6262
```
6363

64-
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)
6565

6666
## Configuration
6767

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).
6969

7070
Four ways to provide it:
7171

@@ -95,27 +95,27 @@ just-scrape history scrape --json | jq '.[].id'
9595

9696
## Scrape
9797

98-
[docs](https://docs.scrapegraphai.com/api-reference/scrape?utm_source=github&utm_medium=readme&utm_campaign=skill)
98+
[docs](https://docs.scrapegraphai.com/api-reference/scrape?utm_source=skil&utm_medium=readme&utm_campaign=skill)
9999

100100
## Extract
101101

102-
[docs](https://docs.scrapegraphai.com/api-reference/extract?utm_source=github&utm_medium=readme&utm_campaign=skill)
102+
[docs](https://docs.scrapegraphai.com/api-reference/extract?utm_source=skil&utm_medium=readme&utm_campaign=skill)
103103

104104
## Search
105105

106-
[docs](https://docs.scrapegraphai.com/api-reference/search?utm_source=github&utm_medium=readme&utm_campaign=skill)
106+
[docs](https://docs.scrapegraphai.com/api-reference/search?utm_source=skil&utm_medium=readme&utm_campaign=skill)
107107

108108
## Crawl
109109

110-
[docs](https://docs.scrapegraphai.com/api-reference/crawl?utm_source=github&utm_medium=readme&utm_campaign=skill)
110+
[docs](https://docs.scrapegraphai.com/api-reference/crawl?utm_source=skil&utm_medium=readme&utm_campaign=skill)
111111

112112
## Monitor
113113

114-
[docs](https://docs.scrapegraphai.com/api-reference/monitor?utm_source=github&utm_medium=readme&utm_campaign=skill)
114+
[docs](https://docs.scrapegraphai.com/api-reference/monitor?utm_source=skil&utm_medium=readme&utm_campaign=skill)
115115

116116
## History
117117

118-
[docs](https://docs.scrapegraphai.com/api-reference/history?utm_source=github&utm_medium=readme&utm_campaign=skill)
118+
[docs](https://docs.scrapegraphai.com/api-reference/history?utm_source=skil&utm_medium=readme&utm_campaign=skill)
119119

120120
## Credits
121121

@@ -142,4 +142,4 @@ bun run dev --help
142142

143143
---
144144

145-
Made with love by the [ScrapeGraphAI team](https://scrapegraphai.com?utm_source=github&utm_medium=readme&utm_campaign=skill) 💜
145+
Made with love by the [ScrapeGraphAI team](https://scrapegraphai.com?utm_source=skil&utm_medium=readme&utm_campaign=skill) 💜

0 commit comments

Comments
 (0)