How to scrape data from a pop up link?

2,296 views
Skip to first unread message

Rajesh Kumar

unread,
Nov 20, 2015, 4:31:18 AM11/20/15
to Web Scraper
I want to pull shipping cost of the product from this url http://www.homedepot.com/p/Rheem-Performance-40-Gal-Short-6-Year-36-000-BTU-Liquid-Propane-Water-Heater-XP40S06HE36U0/204321567 . Shipping cost is in a popup link (refer attached image) and i am unable to fetch data from there. Please help me out. Thanks in advance.
POC.PNG

Mārtiņš Balodis

unread,
Nov 23, 2015, 11:00:21 AM11/23/15
to Rajesh Kumar, Web Scraper
Hi,
You should use Element click selector to click on the button. The selector should select the element that appears after clicking. Child selectors of the element click selector then can select data within the element that appeared after the click.

On Fri, Nov 20, 2015 at 11:31 AM, Rajesh Kumar <rajraj...@gmail.com> wrote:
I want to pull shipping cost of the product from this url http://www.homedepot.com/p/Rheem-Performance-40-Gal-Short-6-Year-36-000-BTU-Liquid-Propane-Water-Heater-XP40S06HE36U0/204321567 . Shipping cost is in a popup link (refer attached image) and i am unable to fetch data from there. Please help me out. Thanks in advance.

--
You received this message because you are subscribed to the Google Groups "Web Scraper" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web-scraper...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Quasar Pulsar

unread,
May 13, 2017, 10:17:16 PM5/13/17
to Web Scraper, rajraj...@gmail.com
hi mate i Have problem too in pop-up link


Im trying to get the number which is inside the Pop-up window and the scape process freeze. from this site:http://www.thetradefinder.co.uk/businessdetail.aspx?bid=11384624&loc=London&name=Electrician

here is my sitemap:
{"startUrl":"http://www.thetradefinder.co.uk/searchresult.aspx?loc=London&name=Electrician","selectors":[{"parentSelectors":["elem"],"type":"SelectorText","multiple":false,"id":"contact","selector":"div.tile-company-phone","regex":"","delay":""},{"parentSelectors":["_root"],"type":"SelectorLink","multiple":false,"id":"company","selector":"div.product_listing_box div.see_more a","delay":""},{"parentSelectors":["elem1"],"type":"SelectorLink","multiple":false,"id":"website","selector":"a:nth-of-type(3)","delay":""},{"parentSelectors":["company"],"type":"SelectorElement","multiple":false,"id":"element","selector":"div.chimney_main_part","delay":""},{"parentSelectors":["element"],"type":"SelectorLink","multiple":false,"id":"email","selector":"a:nth-of-type(2)","delay":""},{"parentSelectors":["element"],"type":"SelectorLink","multiple":false,"id":"website12","selector":"a:nth-of-type(3)","delay":""},{"parentSelectors":["element"],"type":"SelectorText","multiple":false,"id":"address","selector":"div.map_text p","regex":"","delay":""},{"parentSelectors":["element"],"type":"SelectorText","multiple":false,"id":"company name","selector":"h2","regex":"","delay":""},{"parentSelectors":["element"],"type":"SelectorPopupLink","multiple":false,"id":"contact123","selector":"a.js-open-modal","delay":""},{"parentSelectors":["contact123"],"type":"SelectorText","multiple":false,"id":"Contact","selector":"div.modal-body div:nth-of-type(1)","regex":"","delay":""},{"parentSelectors":["contact123"],"type":"SelectorElementClick","multiple":false,"id":"close","selector":"header","clickElementSelector":"a.js-modal-close","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","discardInitialElements":true,"delay":""}],"_id":"electrician_london_thetradefinder_uk"}
Reply all
Reply to author
Forward
0 new messages