Hi,

I want to scrape date from site(http://www.espn.go.com/espnradio/affiliate )In this page If we click any red color dot in Google maps.One pop window is coming from which i need to scrape data.If i click any red color dot .One URL is formed like

http://maps.googleapis.com/maps/api/js/LayersService.GetFeature?1sft%3A527110&2s0%3A4611686018427388920&4m2&1ss&2s&4m2&1sh&2sfalse&callback=_xdc_._wjdyoc&token=33802

In above urls there are parameters .from that i could not found toke value and call back value from source.For each clicking red color dot unique token and callback value is generated from Google maps

please help in this issue

Regards,

Senthil


In reply to Scraping date from Google maps by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.