Skip to content

Commit 5e287d0

Browse files
committed
feat: add ScrapeGraphAI badge section
1 parent 096ac8e commit 5e287d0

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

mint.json

+7
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,13 @@
165165
"contribute/opensource",
166166
"contribute/feedback"
167167
]
168+
},
169+
{
170+
"group": "Resources",
171+
"icon": "puzzle-piece",
172+
"pages": [
173+
"resources/badge"
174+
]
168175
}
169176
],
170177
"footerSocials": {

resources/badge.mdx

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: 🕷️ ScrapeGraphAI Badge
3+
description: 'Use our badges for ScrapeGraphAI integration'
4+
---
5+
6+
We love seeing what you build with ScrapeGraphAI API each day. For projects and demos built with ScrapeGraphAI, please use our **Powered by ScrapeGraphAI** badge on your application user interface.
7+
8+
<a href="https://scrapegraphai.com" target="_blank" rel="noopener noreferrer">
9+
<img
10+
src="https://i.ibb.co/BryKk4x/Screenshot-2025-01-06-at-18-48-45-removebg-preview.png"
11+
alt="Powered by ScrapeGraphAI for simple and fast scraping."
12+
/>
13+
</a>
14+
15+
## Installation
16+
17+
You can use the following HTML code snippet to integrate our badge into your user interface:
18+
19+
```html
20+
<a href="https://scrapegraphai.com" target="_blank" rel="noopener noreferrer">
21+
<img
22+
src="https://i.ibb.co/BryKk4x/Screenshot-2025-01-06-at-18-48-45-removebg-preview.png"
23+
alt="Powered by ScrapeGraphAI for simple and fast scraping."
24+
/>
25+
</a>
26+
```

0 commit comments

Comments
 (0)