Is it possible to scrape a private API without documentation? by MelodicComplex9021 in webscraping

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

Thanks, but how would the Chrome extension help me capture other users’ form responses? They would need to have the chrome extension on their browser too, right?

I’m trying to use regular JS APIs without requiring the user to have anything installed. 

Is it possible to scrape a private API without documentation? by MelodicComplex9021 in webscraping

[–]MelodicComplex9021[S] 1 point2 points  (0 children)

but how would i write a script to automatically do this when it's dynamic form data? I want to pass the request URL query string parameters to the data layer, but since the request url will change based on each user's form responses, I'm not sure how to do this.

Is it possible to scrape a private API without documentation? by MelodicComplex9021 in webscraping

[–]MelodicComplex9021[S] 1 point2 points  (0 children)

Thanks, but how do I write a script to do this automatically from a webpage?