✈️ Scaling up to $20,000 month using free traffic | ⛔ Passive income on autopilot

Another technical bit

Before we start, tonite's mood

Right now I host my landing page on the dedicated server as a small laravel application where all profile routing is done and smartlink/offer rotation selection before redirecting visitors to CPA page.

All data about lead(name, age, interests) are stored on another server so this landing page requests it via rest API and then caches it locally.

To get information about leads' geolocation I use 3rd party service(you know, one of those ip2location resolvers). And it limits me to 10k API calls per day unless I want to pay $600/year per next tear which will limit me to 50k/day. And it's one of the cheapest I have found which has quality. I don't like free(or cheap) ones because they have accuracy problems so if you want to have an accurate ip2geo resolver, it will cost a bit. But even high-priced ones will not be perfect so the cost/quality ratio is what matters here.

This service allows me to make cool add-ons like these:

1663306322534.png
(my test proxy apparently is located in Sterling right now. If lead is located NY, it will show that girl is from that region)


1663306383996.png

I'm hitting my limits with my current traffic already and unless I want to upgrade and pay $600/year, I need to find another solution.

1663306455382.png

And this thread is all about "free traffic" right? Paying for API services - feels like cheating in this case.

Anyhow, a large portion of my traffic comes from the US and IN. Both continents are far away from my EU servers, this does not help with page speeds either and in the end, customer satisfaction is important right? If my landings have to load relatively heavy video previews of hot girls then the poor guys waiting for it to happen - can lose all interest.

So now I have already two problems I want to solve with my landings:
- Speed, fast page loading times from all geos.
- Unlimited ip2geo with high precision.

And here is where Cloudflare workers can come in handy.

Here is an example script that can be used as a base for ip2geo resolver https://developers.cloudflare.com/workers/examples/geolocation-hello-world/
Example of how to handle redirects(to external CPA networks): https://developers.cloudflare.com/workers/examples/bulk-redirects/
A great example of how to deal with timezones(I use them in my landing as well) https://developers.cloudflare.com/workers/examples/geolocation-custom-styling/

CF geolocation has all the needed data for my landing page and it's free for 100k daily requests.

1663307979181.png

I'm now deploying my landing page on Cloudflare's Worker services.

Result: super fast landing pages & free ip2geo resolver.

If you want to, you can use cloudflare workers to host small HTML page for free that contains iframe or redirect to the smartlink, no need to pay for hosting.

All CPA networks should start to use this to host their prelanders on cloudflares edge. It would speed up their smartlinks and decrease costs by a lot.
 
Is it illegal, like email spam or not, is it dangerous?
 
My landing page now is hosted on all those locations:

1663398123122.png

if you want to do the same, here is simplified example of how to use cloudflare's workers as free hosting for your landing pages.

It has simplified router where you can add your smarlinks and offer links to have your own smartlink which will pick offers based on visitors location.

It includes three ways of how to handle redirect to the offer page(or smartlink):
1. Redirect without sending referrer for privacy reasons
2. Redirect with 301 code and sending referrer
3. Using fullscreen iframe so your visitor does not see those ugly smartlinks(examples with referrer and without included)

My smarlink rotation script:
https://jsfiddle.net/pskbxt4r/
Geolocation API:
https://jsfiddle.net/t9f0qvmz/
Cloudflare now offers something similar to AWS buckets, 10GB of data free to use for storing your assets(images, videos, etc), it's worth checking, using this you can build even more advanced landing pages on the cloud and benefit from amazing CDN services cloudflare offers.
 
I get the same epc on imonetizeit as lospollos. Dont know why. Can you share some setting on imonetizeit :)
 
I get the same epc on imonetizeit as lospollos. Dont know why. Can you share some setting on imonetizeit :)
Sorry but I don't know what to share here. For me lospollos lately is with very low EPC. As many people on forums suggest - you constantly need to keep your hand on your EPC and rotate smarlinks/offers if it goes too low.
 
Sorry but I don't know what to share here. For me lospollos lately is with very low EPC. As many people on forums suggest - you constantly need to keep your hand on your EPC and rotate smarlinks/offers if it goes too low.
Thank you, i'm using cloudflare's rule to redirect traffic to smartlink. Have you check it yet?. Also i heard somebody say that 302 redirect is better than 301. What do you think about this?
 
Thank you, i'm using cloudflare's rule to redirect traffic to smartlink. Have you check it yet?. Also i heard somebody say that 302 redirect is better than 301. What do you think about this?
301 and 302 differs only how browser caches them, its not that important in your case.
 
So much gold here, thank you for sharing all of this. Hopefully one day I can get to this level of automation, I've just started automating with puppeteer not too long ago.

ip2location resolvers is a great idea. I did this for snapchat traffic and it worked great on landing pages. The plugin I used was CF Geo Plugin. Looks like you've found a better option with cloudflare, I'll have to give it a shot!
 
what a journey. very useful information for a starter like me. i hope i can achieve a 10th of your numbers someday :)
thanks for sharing your journey
 
So much gold here, thank you for sharing all of this. Hopefully one day I can get to this level of automation, I've just started automating with puppeteer not too long ago.

ip2location resolvers is a great idea. I did this for snapchat traffic and it worked great on landing pages. The plugin I used was CF Geo Plugin. Looks like you've found a better option with cloudflare, I'll have to give it a shot!
You should know that when I joined BHW, I did read all your posts and I did learn a lot from you so hearing that I can give back some bits that you find useful - makes me happy.

Puppeteer is great! Combine it together with a stealth browser like Anty and you can have a pretty decent setup!



Do you sell Your method step by step?
Sorry, it's not available for sell. But if you go through the journey thread, you should get pretty good understanding of the basics. For full method you should have deep technical skills of software engineering.
 
Do you sell Your method step by step?
He posted almost everything about the method.
I already understood his method from his first journeys.
Lately he posted "algorithm" of his setup:
Click below:
https://www.blackhatworld.com/seo/s...me-on-autopilot.1331710/page-26#post-15572788
Of course it's more complicated inside but you have the joy to implement this all by yourself and of course at smaller scale.
Im planning to do the same but later with my own twists.
You can't copy anything 1:1 anyway, it wont work sadly.
 
Back
Top