|
| 1 | +{ |
| 2 | + "version": "v1.0.0", |
| 3 | + "entity": { |
| 4 | + "type": "individual", |
| 5 | + "role": "maintainer", |
| 6 | + "name": "Marco Vinciguerra", |
| 7 | + "email": "mvincig11@gmail.com", |
| 8 | + "phone": "", |
| 9 | + "description": "I'm dedicated to advancing web scraping and data extraction through AI-powered tools, focusing on making data access more accessible and ethical. My mission is to create solutions that uphold digital freedoms and support open internet principles.", |
| 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 with automatic pattern recognition, adaptive scraping strategies, and built-in rate limiting. Recognized as a top 200 open-source AI project globally.", |
| 19 | + "webpageUrl": { |
| 20 | + "url": "https://scrapegraphai.com/projects/core", |
| 21 | + }, |
| 22 | + "repositoryUrl": { |
| 23 | + "url": "https://github.com/ScrapeGraphAI/Scrapegraph-ai", |
| 24 | + }, |
| 25 | + "licenses": ["spdx:MIT"], |
| 26 | + "tags": ["web-scraping", "ai", "data-extraction", "python", "machine-learning", "open-source", "llm"] |
| 27 | + } |
| 28 | + ], |
| 29 | + "funding": { |
| 30 | + "channels": [ |
| 31 | + { |
| 32 | + "guid": "mybank", |
| 33 | + "type": "bank", |
| 34 | + "address": "", |
| 35 | + "description": "Will accept direct bank transfers. Please e-mail me for details." |
| 36 | + }, |
| 37 | + { |
| 38 | + "guid": "mypay", |
| 39 | + "type": "payment-provider", |
| 40 | + "address": "https://example.com/payme/@myid", |
| 41 | + "description": "Pay with your debit/credit card through this gateway and set up recurring subscriptions." |
| 42 | + } |
| 43 | + ], |
| 44 | + "plans": [ |
| 45 | + { |
| 46 | + "guid": "infrastructure", |
| 47 | + "status": "active", |
| 48 | + "name": "Infrastructure Support", |
| 49 | + "description": "Help cover monthly cloud infrastructure costs, including API servers, model hosting, and data storage.", |
| 50 | + "amount": 750, |
| 51 | + "currency": "USD", |
| 52 | + "frequency": "monthly", |
| 53 | + "channels": ["mybank"] |
| 54 | + }, |
| 55 | + { |
| 56 | + "guid": "developer-compensation", |
| 57 | + "status": "active", |
| 58 | + "name": "Developer Compensation", |
| 59 | + "description": "Provides financial support for developers working on maintenance, updates, and feature additions for the projects.", |
| 60 | + "amount": 2500, |
| 61 | + "currency": "USD", |
| 62 | + "frequency": "monthly", |
| 63 | + "channels": ["mybank"] |
| 64 | + }, |
| 65 | + { |
| 66 | + "guid": "community-backer", |
| 67 | + "status": "active", |
| 68 | + "name": "Community Backer", |
| 69 | + "description": "Support our open-source efforts with any contribution amount. Every donation helps!", |
| 70 | + "amount": 5, |
| 71 | + "currency": "USD", |
| 72 | + "frequency": "monthly", |
| 73 | + "channels": ["mypay"] |
| 74 | + } |
| 75 | + ], |
| 76 | + "history": [ |
| 77 | + { |
| 78 | + "year": 2024, |
| 79 | + "income": 15000, |
| 80 | + "expenses": 15000, |
| 81 | + "taxes": 0, |
| 82 | + "currency": "USD", |
| 83 | + "description": "Experienced a temporary dip in donations, with improvements expected." |
| 84 | + } |
| 85 | + ] |
| 86 | + } |
| 87 | +} |
0 commit comments