- Joined
- Sep 14, 2020
- Messages
- 5
- Likes
- 2
- Degree
- 0
Hi
I have republished this publication as I inadvertently published an incorrect title in Spanish in the previous one.
As a frontend developer and with knowledge of web scrapping, when I find a website that I like I usually gossip how it is developed.
The other day gossiping one in particular, I realized that I had the API unprotected and I could extract without problems 11,000 Youtube channels and save them in a database of my own.
Now I'm thinking about what to build with it, I'm very interested in the fashion of Programmatic SEO and I want to do some project with it.
In case you don't know it, this is what it's about:
The data I have from Youtube channels is not very dense either, and maybe I should nurture it using artificial intelligence, this is an example of what I currently have (JSON):
Some time ago I did a project in the Hispanic market with half a million Spanish Youtube channels, I set up a website and the website from the first day had 100 daily visits until the end of its days, I tried many things but I could never take it to the next level.
Its CPM was horrible, Spanish + low cpm content, I tried to move it to content closer to "How much does X earn X" or "How X earns YYYY$", the cpm went up a bit but it was still redundant.
I attach a screenshot of the web I made years ago:
My question is...
Would you try to replicate the web I did but attacking the English market and filling the information with artificial intelligence?
or
do you think it is not worth to dedicate effort to a project that may have very little CPM?
Thank you!
I have republished this publication as I inadvertently published an incorrect title in Spanish in the previous one.
As a frontend developer and with knowledge of web scrapping, when I find a website that I like I usually gossip how it is developed.
The other day gossiping one in particular, I realized that I had the API unprotected and I could extract without problems 11,000 Youtube channels and save them in a database of my own.
Now I'm thinking about what to build with it, I'm very interested in the fashion of Programmatic SEO and I want to do some project with it.
In case you don't know it, this is what it's about:
The data I have from Youtube channels is not very dense either, and maybe I should nurture it using artificial intelligence, this is an example of what I currently have (JSON):
JavaScript:
[
{
"id": "909",
"name": "Mark Rober",
"slug": "mark-rober",
"avatar": "https://d3ncuept73nu2.cloudfront.net/channel_thumbnails/fhr7IdL7tjTLZeXwxXsoEzFJN1rTtlnW5MNpPtyw.jpg",
"isVerified": true,
"isGeneral": false,
"description": "Former NASA engineer. Current CrunchLabs founder and ...",
"isFeatured": 1,
"ytLink": "https://youtube.com/channel/UCY1kMZp36IQSyNx_9h4mpCg",
"subscribers": 25900000,
"abvSubscribers": "25.9M",
"website": ".../c/8230"
},
// ...
]
Some time ago I did a project in the Hispanic market with half a million Spanish Youtube channels, I set up a website and the website from the first day had 100 daily visits until the end of its days, I tried many things but I could never take it to the next level.
Its CPM was horrible, Spanish + low cpm content, I tried to move it to content closer to "How much does X earn X" or "How X earns YYYY$", the cpm went up a bit but it was still redundant.
I attach a screenshot of the web I made years ago:
My question is...
Would you try to replicate the web I did but attacking the English market and filling the information with artificial intelligence?
or
do you think it is not worth to dedicate effort to a project that may have very little CPM?
Thank you!