GOALS [Story] From Expired Domain to AI-Powered Blog with Scrapy

GOALS

Istsmatt

Well-known member
Joined
May 11, 2020
Messages
275
Introduction
Earlier this year, I bought an expired domain that used to focus on news about politics and economics. I put up a simple page saying the domain was for sale, but no one reached out.
Scrapy
I turned the domain into a WordPress blog. To keep it active, I built a Scrapy bot that uses a rotating proxy to visit about 24 other WordPress blogs with a similar audience. The bot grabs posts, rewrites them using AI to keep the same meaning but fresh wording (it took me a day to fine-tune the prompts), and publishes them on my blog. The bot runs every hour, ensuring there’s always something new.
Here’s a breakdown of how my Scrapy works:

77767.webp

After a few days, I started getting around 1,000 visits daily from Google Search. On average, there are about 850 clicks per day with 7,900 impressions (CTR is a little over 10%) and an average position of 9.5 across 290 keywords. The most recent data I have is from the 29th because Google Search Console has a bug that hasn’t updated since then.

Here’s a screenshot from Search Console Insights showing the blog hitting 125,000 clicks in one month back in 2021 december:

8866.webp



Goal:
Figure out how to make money from this.

Expenses so far:

  • DigitalOcean Droplet -> $6 (for Scrapy)
  • 5GB Proxy -> ~$14
  • .com Domain -> ~$11
  • My time -> an entire weekend
 
Similar threads Most view View more
Back
Top Bottom