Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Nextjs server to query websites with GraphQL
| Date | Stars |
|---|---|
| 2026-07-24 | 627 |
| 2026-07-25 | 627 |
| 2026-07-28 | 627 |
| 2026-07-30 | 627 |
| 2026-08-07 | 628 |
| 2026-09-20 | 628 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Cool QL COOL [](https://deploy.now.sh/?repo=https://github.com/dinubs/coolqlcool) CoolQLCool (CQC) is an open source Graph QL server that allows you to turn websites into a Graph QL api. You can play around with it in [GraphiQL](https://coolql.cool/graphiql). Important pieces of code are in `schema/`. Inside of `schema/element.js` is the schema for grabbing element information from pages. Inside of `schema/parse.js` is the schema for specifying which site you want to query. All fields have a description alongside the function for determining what to return. If you have any questions on what a field returns feel free to make an issue and I can explain further what it does. ### Deploying You can very quickly run your own CQC server using [Now](https://zeit.co/now). After you're all set up with a Zeit account, run `npm run deploy` in your terminal in this repo's directory. This will compile webpack for you, and run `now` for you. If you don't need the home page, simply run `now`. ### Running The important bits are able to be ran with `npm start` this boots up an express server with endpoints `/graphql` for creating queries, and a `/graphiql` endpoint for help with building queries. To compile assets for the home page do `webpack --watch`. ### Alternatives Here's some other applications and tools that also do similar things as CoolQLCool. They're all great: * [GDOM](https://github.com/syrusakbary/gdom) - DOM Traversing and Scraping using GraphQL * [GraphQL Scraper](https://github.com/lachenmayer/graphql-scraper) - Extract structured data from the web using GraphQL
Excerpt of 1,658 characters
Read on GitHub30
7
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:04d54f7e4c03c2a5, topic:web-scraping