Skip to main content
Question

Trying to extract URL from website [tried HTTPCaller / HTMLExtractor)

  • February 11, 2020
  • 3 replies
  • 32 views

Forum|alt.badge.img

Hi all,

 

 

I'm trying to extract an URL from this website: https://www.acehardware.com/store-details/16798

 

 

<a target="_blank" rel="noopener" href="https://maps.google.com/maps?ll=46.859727,-122.845546&amp;z=12&amp;t=m&amp;hl=en-US&amp;gl=US&amp;mapclient=apiv3" title="Open this area in Google Maps (opens a new window)" style="position: static; overflow: visible; float: none; display: inline;"><div style="width: 66px; height: 26px; cursor: pointer;"><img alt="" src="https://maps.gstatic.com/mapfiles/api-3/images/google4.png" draggable="false" style="position: absolute; left: 0px; top: 0px; width: 66px; height: 26px; user-select: none; border: 0px; padding: 0px; margin: 0px;"></div></a>

 

- I've tried the HTTPCaller but the specific URL is not showing in the output.

 

- Also tried the HTMLExtractor (both href and div a), getting a lot of data but not the URL I'm looking for.

 

 

I have a feeling it's quite nested in the website - is there a way to extract it?

 

 

 

Cheers,

 

Ed

 

 

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

afavaccio
Forum|alt.badge.img+2
  • February 11, 2020

@edhere I've found a similar URL, have a look at the attached fmw. HTH.

htmlextractor.fmw


Forum|alt.badge.img
  • Author
  • February 11, 2020

@edhere I've found a similar URL, have a look at the attached fmw. HTH.

htmlextractor.fmw

Hi @afavaccio,

 

 

Thanks for your response. I am able to get the same URL as you have.

 

Unfortunately, that is not the URL I'm looking for - I'm trying to get the one with the coordinates.

 

It seems it's well hidden. :-(

afavaccio
Forum|alt.badge.img+2
  • February 13, 2020

Hi @afavaccio,

 

 

Thanks for your response. I am able to get the same URL as you have.

 

Unfortunately, that is not the URL I'm looking for - I'm trying to get the one with the coordinates.

 

It seems it's well hidden. :-(

Hi @edhere,

I guess, but I could be wrong, that the URL you are looking for is generated by a JavaScript when the page is rendered in the browser so in the HTTP response body there isn't any trace about it.