Skip to content

Commit 300fd5a

Browse files
committed
Create funding.json
1 parent eb24da5 commit 300fd5a

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

funding.json

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"version": "v1.0.0",
3+
"entity": {
4+
"type": "project",
5+
"role": "maintainer",
6+
"name": "ScrapeGraphAI",
7+
"email": "mvincig11@gmail.com",
8+
"phone": "",
9+
"description": "We are dedicated to making web scraping and data extraction more accessible through AI-powered tools. Our mission is to democratize data access while respecting ethical guidelines and website policies.",
10+
"webpageUrl": {
11+
"url": "https://scrapegraphai.com"
12+
}
13+
},
14+
"projects": [
15+
{
16+
"guid": "scrapegraph-core",
17+
"name": "ScrapeGraphAI Core",
18+
"description": "An AI-powered web scraping framework that intelligently extracts structured data from websites. Features include automatic pattern recognition, adaptive scraping strategies, and built-in rate limiting. It's a top 200 open source project about AI in the world.",
19+
"repositoryUrl": {
20+
"url": "https://github.com/scrapegraphai/core",
21+
"wellKnown": "https://github.com/scrapegraphai/core/blob/main/.well-known/funding-manifest-urls"
22+
},
23+
"licenses": ["spdx:MIT"],
24+
"tags": ["web-scraping", "ai", "data-extraction", "python", "machine-learning", "open-source", "llm"]
25+
}
26+
],
27+
"funding": {
28+
"channels": [
29+
{
30+
"guid": "github-sponsors",
31+
"type": "platform",
32+
"address": "https://github.com/sponsors/scrapegraphai",
33+
"description": "Support us through GitHub Sponsors with monthly contributions"
34+
},
35+
{
36+
"guid": "open-collective",
37+
"type": "platform",
38+
"address": "https://opencollective.com/scrapegraphai",
39+
"description": "Join our Open Collective to support the project transparently"
40+
}
41+
],
42+
"plans": [
43+
{
44+
"guid": "infrastructure",
45+
"status": "active",
46+
"name": "Infrastructure Support",
47+
"description": "Help cover our monthly cloud infrastructure costs, including API servers, model hosting, and data storage.",
48+
"amount": 750,
49+
"currency": "USD",
50+
"frequency": "monthly",
51+
"channels": ["github-sponsors", "open-collective"]
52+
},
53+
{
54+
"guid": "development",
55+
"status": "active",
56+
"name": "Development Fund",
57+
"description": "Support ongoing development, bug fixes, new features, and documentation improvements.",
58+
"amount": 2500,
59+
"currency": "USD",
60+
"frequency": "monthly",
61+
"channels": ["github-sponsors", "open-collective"]
62+
},
63+
{
64+
"guid": "community-support",
65+
"status": "active",
66+
"name": "Community Backer",
67+
"description": "Support our open source work with any amount. Every contribution makes a difference!",
68+
"amount": 5,
69+
"currency": "USD",
70+
"frequency": "monthly",
71+
"channels": ["github-sponsors", "open-collective", "ko-fi"]
72+
}
73+
]
74+
}
75+
}

0 commit comments

Comments
 (0)