Extract XHR Request Results

Hello,

I know I asked this before but we did not get anywhere. I am trying to scrape a subscription site. The site uses multiple XHR requests with requests to populate tables. I can see the POST requests in the inspector. Is there a way to extract the JSON reply from these requests? RIght now I am looking at potentially using Fiddler or so to save them all while selenium is browing which is insane :wink:

Thank you SO MUCH

Hi nxfxcom,

do I understand correctly, that youā€™d like to just ā€œrecordā€ all the request content while interacting with a page, in order to later parse it separately?

I once had actually a roughly similar idea, but never really pursued implementing it. Let me give it another thought.

In the meantime any input how that feature would look like from your perspective (i.e. from a workflow perspective) will be appreciated.

ā€“PHilipp

Hello,
I am sorry I missed this reply and still spending hours a day trying to solve this. So here is the ideal scenario that would be a game changer:

  1. Open Selenium Navigate and Login to Instagram
  2. Navigate to profile
  3. When you do that it loads an XHR: https://www.instagram.com/api/v1/feed/user/11813420769/?count=12&max_id=3037418347411889284_11813420769
  4. The XHR below response is JSON list of 12 posts
  5. Scroll down the page which triggers a new call that gets a paginated results set
  6. Trying to recreate these calls with changing headers etc is overkill, it would be amazing if there was a way to intercept the XHR response.
  7. I found some options: Access Chrome's network tab (e.g. XHR requests) with Selenium Ā· GitHub

Thank you

Understand - thank you. Weā€™ll evaluate if this is something which can be integrated into the nodes. Iā€™ll keep this post updated if thereā€™s any news!

-Philipp

1 Like

Hello Phillip,

Wanted to follow up and see if you had any thoughts on this. Any workarounds?

Thank you

Hi nxfxcom,

Iā€™ve built an internal prototype which is promising, and agree that this idea makes sense. However it will require some fundamental changes in the pluginā€™s internals. Thus we will schedule this for the next major 5.x release.

At the moment my main focus is on some other hot projects, thus this will take some time - feel free to drop me a reminder email to mail@seleniumnodes.com and we might be able to arrange some pre-release access, once the upcoming Selenium Nodes v5 has matured a bit more.

ā€“Philipp

If youā€™re willing to give it a try, I feel that this is ready for testing now :slight_smile: (see email address above)

1 Like

This is amazing! Absolutely fantastic feature! Will share some feedback soon, but a total game changer!

1 Like

Thanks, Iā€™ve also been using it heavily already myself, so thank you for the feature request :slight_smile:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.