| ▲ | bl4ckneon 4 hours ago | ||||||||||||||||
Very cool! I love one off intresting sites like this. Thanks for building it and talking a little bit about where the data comes from etc. On the note of Ai agent getting the data for you, could you not just build a chrome extention that intercepts/read the api response and then uploads it to whatever ingest endpoint you have? You could probably just call their api end points they use on the page as well but not sure what protections they have so might be a bit tricky. A custom chrome extention could do it though if they have protections. | |||||||||||||||||
| ▲ | anonfunction 4 hours ago | parent [-] | ||||||||||||||||
Their APIs are protected by cloudflare, I didn't want to circumvent that. Also I dont really want to make a chrome extension or have a browster tab open, if that's what you meant? I've already made a cron style agent framework[1] so that's what I'd probably reach for since they can actually open the browser and inspect the network traffic to grab the json. | |||||||||||||||||
| |||||||||||||||||