question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hey @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:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
chrisvxdcommented, Dec 3, 2019

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!

1reaction
IonicaBizaucommented, Dec 2, 2019

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! ✨

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found