Hosted API
See original GitHub issueHey @IonicaBizau 👋 Thanks for the awesome library.
I’m looking to convert open source libs into SaaS APIs as part of my work with saasify.sh and thought scrape-it would be a great fit.
Here’s a working demo of what I was thinking, generated from this source:
curl -X POST \
'https://api.saasify.sh/1/call/dev/scrape-it@ad97b8f8/index' \
-H 'content-type: application/json' \
-d '{
"url": "https://ionicabizau.net",
"opts": {
"title": ".header h1",
"desc": ".header h2",
"avatar": {
"selector": ".header img",
"attr": "src"
}
}
}'
We’d like to offer a rate-limited API and reserve most of the profits for you. As an example, we’ve also worked on converting sindresorhus’ imagemin and minimaxir’s stylecloud to APIs.
Looking forward to hearing your thoughts! Would also be happy to jump on a quick call to discuss.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Hosted API (Remote Server) - Roboflow
The hosted API inference route returns a JSON object containing an array of predictions. Each prediction has the following properties:.
Read more >Firebase Hosting API
The Firebase Hosting REST API enables programmatic and customizable management and deployments to your Firebase-hosted sites. Use this REST API to create ...
Read more >Build search experiences with our hosted API - Algolia
With Algolia Search, developers can rely on a simple and robust API to compose any search experience ... Fully-hosted Search API, up and...
Read more >Hosted & Interactive API Documentation | SwaggerHub
Hosted, Interactive API Documentation. Automatically generate API documentation that's securely hosted and fully interactive.
Read more >Web API Hosting - TutorialsTeacher
You can host a Web API as separate process than ASP.NET. It means you can host a Web API in console application or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I’ve just published the latest version to https://scrape-it.saasify.sh 🙌
See the src here: https://github.com/saasify-sh/scrape-it
Let me know what you think!
That is amazing! ❤️
I do advise in that you will have accounts or some kind of user authentication so that in case they abuse your server (by making requests to weird urls) you will be able to stop these requests.
Anyways, it’s a wonderful idea! ✨