Hey guys, I just build a social media scraper.
Is there a possibility to sell my services and is it worth to create a website, like a saas? Should I start here to sell it?
This is an example of scraping a tiktok page:
{
"data": {
"title": "patVFX (@pat_vfx)",
"description": "patVFX (@pat_vfx) on | 1.3M Likes. 30K Followers.
: ..Watch the latest video from patVFX (@pat_vfx).",
"image": "https://p16-sign-sg.tiktokcdn.com/aweme/720x720/tos-alisg-avt-0068/01c7540a7b2f1446770bd437d93031c2.jpeg?x-expires=1693144800&x-signature=NnyxBHbMrvvn7b%2FueB3GxekEH8Q%3D",
"price": null,
"shippingFees": null,
"currency": null,
"isInStock": null,
"EAN13": null,
"ASIN": null,
"ISBN": null,
"color": null,
"brand": null,
"category": {
"name": "patVFX (@pat_vfx) | TikTok",
"url": "https://www.tiktok.com/@pat_vfx"
},
"categories": [
{
"name": "TikTok",
"url": "https://www.tiktok.com"
},
{
"name": "patVFX (@pat_vfx) | TikTok",
"url": "https://www.tiktok.com/@pat_vfx"
}
],
"siteURL": "https://www.tiktok.com/@pat_vfx",
"siteHtml": null,
"productHasVariations": null,
"isFinished": null,
"isDead": null,
"htmlLength": 533174,
"captchaFound": true,
"isHtmlPage": true,
"host": "http://www.tiktok.com",
"originalPrice": null
}
}
Is there a possibility to sell my services and is it worth to create a website, like a saas? Should I start here to sell it?
This is an example of scraping a tiktok page:
{
"data": {
"title": "patVFX (@pat_vfx)",
"description": "patVFX (@pat_vfx) on | 1.3M Likes. 30K Followers.
"image": "https://p16-sign-sg.tiktokcdn.com/aweme/720x720/tos-alisg-avt-0068/01c7540a7b2f1446770bd437d93031c2.jpeg?x-expires=1693144800&x-signature=NnyxBHbMrvvn7b%2FueB3GxekEH8Q%3D",
"price": null,
"shippingFees": null,
"currency": null,
"isInStock": null,
"EAN13": null,
"ASIN": null,
"ISBN": null,
"color": null,
"brand": null,
"category": {
"name": "patVFX (@pat_vfx) | TikTok",
"url": "https://www.tiktok.com/@pat_vfx"
},
"categories": [
{
"name": "TikTok",
"url": "https://www.tiktok.com"
},
{
"name": "patVFX (@pat_vfx) | TikTok",
"url": "https://www.tiktok.com/@pat_vfx"
}
],
"siteURL": "https://www.tiktok.com/@pat_vfx",
"siteHtml": null,
"productHasVariations": null,
"isFinished": null,
"isDead": null,
"htmlLength": 533174,
"captchaFound": true,
"isHtmlPage": true,
"host": "http://www.tiktok.com",
"originalPrice": null
}
}
Last edited: