Keyword Detection and Redirection Application
Budget: $30 – $250 USD
you know those browser extensions for example
that do that redirection from chrome,edge and opera browsers
that you type a keyword ,
then redirect it to a search result page
I have built some chrome extensions before,
well lets say you go to google.com
you type a keyword "buy iphone", then redirect it to my page
domain.com/q?=buy iphone
but i need an app that is running in the background or something
to be exact, desktop app, or some .exe proxy running in the background
that detects the keywords from google.com,bing.com,yahoo.com etc and redirect those keywords to my page
we have done this multiple times already
but we keep having issues with Windows defender :P
they keep detecting .exe as virus
https://www.google.com/search?q=iphone
that page would redirect to my url domain.com/q?=iphone
same for the other search engines
we have done it all :)
if you can think of a new method
I mean that is not detected as virus or a new approach or something
the purpose is to generate search traffic
do you have anything in mind ?
Consider using Python with PyInstaller to create the desktop app. The application should support only the Windows platform. The application should have user interaction level as specified: python.
that do that redirection from chrome,edge and opera browsers
that you type a keyword ,
then redirect it to a search result page
I have built some chrome extensions before,
well lets say you go to google.com
you type a keyword "buy iphone", then redirect it to my page
domain.com/q?=buy iphone
but i need an app that is running in the background or something
to be exact, desktop app, or some .exe proxy running in the background
that detects the keywords from google.com,bing.com,yahoo.com etc and redirect those keywords to my page
we have done this multiple times already
but we keep having issues with Windows defender :P
they keep detecting .exe as virus
https://www.google.com/search?q=iphone
that page would redirect to my url domain.com/q?=iphone
same for the other search engines
we have done it all :)
if you can think of a new method
I mean that is not detected as virus or a new approach or something
the purpose is to generate search traffic
do you have anything in mind ?
Consider using Python with PyInstaller to create the desktop app. The application should support only the Windows platform. The application should have user interaction level as specified: python.