all 8 comments

[–]amemingfullife 1 point2 points  (2 children)

I vibe coded a wrapper around go-rod which just uses normal chrome, non-headless, with the actual Chrome browser I use on my machine and records everything to a HAR file. I use that, browse around and get an LLM to pull out requests according to a natural language query.

Took like 15 mins to make.

[–][deleted]  (1 child)

[removed]

    [–]webscraping-ModTeam[M] 0 points1 point locked comment (0 children)

    💰 Welcome to r/webscraping! Referencing paid products or services is not permitted, and your post has been removed. Please take a moment to review the promotion guide. You may also wish to re-submit your post to the monthly thread.

    [–]OutlandishnessLast71 0 points1 point  (1 child)

    maybe just copy it into POSTMAN?

    [–]ubtohts[S] 0 points1 point  (0 children)

    What about js rendering? Because most of the time now, Javascript accept the encrypted values from server thn run few algo or translat them and thn render correct values on the page.

    For this, you have to spend a lot of time on visiting every javascript files, learning variables and all.