-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
funding.json
83 lines (83 loc) · 2.54 KB
/
funding.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"id": 0,
"guid": "",
"version": "v1.0.0",
"url": "",
"meta": {},
"status": "",
"status_message": null,
"crawl_errors": 0,
"crawl_message": null,
"created_at": "2024-10-31T10:00:00Z",
"updated_at": "2024-10-31T10:00:00Z",
"entity": {
"type": "organisation",
"role": "owner",
"name": "ScrapeGraphAI, Inc.",
"email": "[email protected]",
"phone": "",
"description": "An AI-powered web scraping framework that intelligently extracts structured data from websites with automatic pattern recognition, adaptive scraping strategies, and built-in rate limiting. Recognized as a top 200 open-source AI project globally.",
"webpageUrl": {
"url": "https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/funding.json"
}
},
"projects": [
{
"guid": "scrapegraph-core",
"name": "ScrapeGraphAI Core",
"description": "An AI-powered web scraping framework that intelligently extracts structured data from websites with automatic pattern recognition, adaptive scraping strategies, and built-in rate limiting. Recognized as a top 200 open-source AI project globally.",
"webpageUrl": {
"url": "https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/funding.json"
},
"repositoryUrl": {
"url": "https://github.com/ScrapeGraphAI/Scrapegraph-ai"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"web-scraping",
"ai",
"data-extraction",
"python",
"machine-learning",
"open-source",
"llm"
]
}
],
"funding": {
"channels": [
{
"guid": "stripe",
"type": "bank",
"address": "https://buy.stripe.com/5kAaGW2E5gHH4vK3ce",
"description": "Will accept direct bank transfers via Stripe in the address link, for more info contact us via email [email protected]"
}
],
"plans": [
{
"guid": "developer-compensation",
"status": "active",
"name": "Developer Compensation",
"description": "Provides financial support for developers working on maintenance, updates, and feature additions for the projects.",
"amount": 3000,
"currency": "USD",
"frequency": "monthly",
"channels": [
"stripe"
]
}
],
"history": [
{
"year": 2024,
"income": 15000,
"expenses": 15000,
"taxes": 0,
"currency": "USD",
"description": "From some companies that sponsor us in our Github repo page"
}
]
}
}