Skip to content

Commit b410028

Browse files
committed
feat: update v2 dashboard links and remove usage analytics
Update v2 documentation links to use scrapegrphai.com/dashboard instead of dashboard subdomain and remove the Usage Analytics section from the dashboard overview to match the new content direction. Made-with: Cursor
1 parent 76f95c8 commit b410028

39 files changed

Lines changed: 67 additions & 82 deletions

api-reference/endpoint/smartcrawler/start.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ sha256={your_webhook_secret}
229229

230230
To verify that a webhook request is authentic:
231231

232-
1. Retrieve your webhook secret from the [dashboard](https://dashboard.scrapegraphai.com)
232+
1. Retrieve your webhook secret from the [dashboard](https://scrapegrphai.com/dashboard)
233233
2. Compare the `X-Webhook-Signature` header value with `sha256={your_secret}`
234234

235235
<CodeGroup>
@@ -305,5 +305,5 @@ The webhook POST request contains the following JSON payload:
305305
| result | string | The crawl result data (null if failed) |
306306

307307
<Note>
308-
Make sure to configure your webhook secret in the [dashboard](https://dashboard.scrapegraphai.com) before using webhooks. Each user has a unique webhook secret for secure verification.
308+
Make sure to configure your webhook secret in the [dashboard](https://scrapegrphai.com/dashboard) before using webhooks. Each user has a unique webhook secret for secure verification.
309309
</Note>

api-reference/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The ScrapeGraphAI API provides powerful endpoints for AI-powered web scraping an
99

1010
## Authentication
1111

12-
All API requests require authentication using an API key. You can get your API key from the [dashboard](https://dashboard.scrapegraphai.com).
12+
All API requests require authentication using an API key. You can get your API key from the [dashboard](https://scrapegrphai.com/dashboard).
1313

1414
```bash
1515
SGAI-APIKEY: your-api-key-here

cookbook/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Each example is available in multiple implementations:
8787
4. Experiment and adapt the code for your needs
8888

8989
<Note>
90-
Make sure to have your ScrapeGraphAI API key ready. Get one from the [dashboard](https://dashboard.scrapegraphai.com) if you haven't already.
90+
Make sure to have your ScrapeGraphAI API key ready. Get one from the [dashboard](https://scrapegrphai.com/dashboard) if you haven't already.
9191
</Note>
9292

9393
## Additional Resources

dashboard/overview.mdx

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,6 @@ The ScrapeGraphAI dashboard is your central hub for managing all your web scrapi
1919
- **Last Used**: Timestamp of your most recent API request
2020
- **Quick Actions**: Buttons to start new scraping jobs or access common features
2121

22-
## Usage Analytics
23-
24-
Track your API usage patterns with our detailed analytics view:
25-
26-
<Frame>
27-
<img src="/images/dashboard/dashboard-2.png" alt="Usage Analytics Graph" />
28-
</Frame>
29-
30-
The usage graph provides:
31-
- **Service-specific metrics**: Track usage for SmartScraper, SearchScraper, and Markdownify separately
32-
- **Time-based analysis**: View usage patterns over different time periods
33-
- **Interactive tooltips**: Hover over data points to see detailed information
34-
- **Trend analysis**: Identify usage patterns and optimize your API consumption
35-
36-
3722
## Key Features
3823

3924
- **Usage Statistics**: Monitor your API usage and remaining credits
@@ -43,7 +28,7 @@ The usage graph provides:
4328

4429
## Getting Started
4530

46-
1. Log in to your [dashboard](https://dashboard.scrapegraphai.com)
31+
1. Log in to your [dashboard](https://scrapegrphai.com/dashboard)
4732
2. View your API key in the settings section
4833
3. Check your available credits
4934
4. Start your first scraping job

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
"primary": {
379379
"type": "button",
380380
"label": "Dashboard",
381-
"href": "https://dashboard.scrapegraphai.com"
381+
"href": "https://scrapegrphai.com/dashboard"
382382
}
383383
},
384384
"footer": {

images/dashboard/dashboard-1.png

504 KB
Loading

images/dashboard/settings-1.png

310 KB
Loading

install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'Install and get started with ScrapeGraphAI v2 SDKs'
55

66
## Prerequisites
77

8-
- Obtain your **API key** by signing up on the [ScrapeGraphAI Dashboard](https://dashboard.scrapegraphai.com)
8+
- Obtain your **API key** by signing up on the [ScrapeGraphAI Dashboard](https://scrapegrphai.com/dashboard)
99

1010
---
1111

integrations/claude-code-skill.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export SGAI_API_KEY="sgai-..."
6060
```
6161

6262
<Note>
63-
Get your API key from the [dashboard](https://dashboard.scrapegraphai.com).
63+
Get your API key from the [dashboard](https://scrapegrphai.com/dashboard).
6464
</Note>
6565

6666
## What's Included

integrations/crewai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ SCRAPEGRAPH_API_KEY=your_api_key_here
100100
```
101101

102102
<Note>
103-
Get your API key from the [dashboard](https://dashboard.scrapegraphai.com)
103+
Get your API key from the [dashboard](https://scrapegrphai.com/dashboard)
104104
</Note>
105105

106106
## Use Cases

0 commit comments

Comments
 (0)