←back to thread

439 points david927 | 2 comments | | HN request time: 0.521s | source

What are you working on? Any new ideas which you're thinking about?
1. davidsojevic ◴[] No.44423531[source]
I've been working on and off on a client-side* SERP rank tracker: https://serpowl.com/

I wanted a simpler alternative to the self-hosted SerpBear tool that I could use and share, so this is the result.

It uses SerpApi (where I work) as the data source for what actually executes the SERP scraping because it's much too complex to have purely client-side, but 100% of the rank tracking portion is client-side.

It's not fully complete and there's definitely rough edges with it, but because of the data source, it supports a large number of search engines right off the bat.

replies(1): >>44424830 #
2. jppope ◴[] No.44424830[source]
I've been using SerpApi for a while, its a great product. checking this out now!