I want Julius to be able to read my Search Console data and provide insights. Can I connect Julius to my GSC API and have it ingest my data that way and then ask questions about my data?
1 Like
Hi Jeff, I think this should be possible. Julius is capable for writing and executing python code, and making network requests (which is required for API calls). So this sounds easily doable.
I just looked it up and there’s a few couple different API endpoints for Google Search Console. Is there a particular API/endpoint you would like to connect in Julius? Let me know and I can give it a try, and then share steps/prompts to reproduce
Hi @rahul thanks for the fast response! I would want to connect to searchanalytics to expose data like clicks for example. Let me know if you need any more detail than that.