Not able to get the data under "More Results" link
Hello friend,
In this link http://www.feiss.com/Vanity-Lights.htm there are total 375 SKUs but I am able to get the SKUs under the "More Result" link.
Please help me out , how I can get the value after under the More Result link.
Thanks
Shyam
That is an example of an
That is an example of an infinite scroll, and instructions are available here.
Can't get the values under "More Result link"
This example is different from my question. Still I am not able to get the Values after the "More Results link". How to get the data from javascript. and How to click "More Result link" using screen scraper
http://www.feiss.com/Single-Tier-Chandeliers.htm
Thanks
Shyam
It's a variation, but the
It's a variation, but the same basic idea. I set up the proxy for http://www.feiss.com/Vanity-Lights.htm
When I click "more results" the first item added is VS40001-BS, so I click "find" at the top of the proxy, and search for it, and the request is http://www.feiss.com/Products/moreResults.cfm?version=81562. The response of that request is plain HTML.
I've attached a quick session to illustrate.