1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to access country-specific data in yahoo and msn keywords tracker

Discussion in 'Keyword Tracker' started by lhx, Mar 24, 2005.

  1. #1
    Great tools!

    For yahoo i hacked the provided PHP script as follows:

    $data = get_page ('api.search.yahoo.com',
    '/WebSearchService/V1/webSearch?appid=keywordtracker&query=' . urlencode ($_REQUEST['q']) . '&start=' .
    $start . '&results=50&country=au');

    i.e. add &country=au
    to give results for search in Australia.

    For MSN, hack the script as follows for Australia:

    $data = get_page ('search.ninemsn.com.au',
    '/results.aspx?q=' . urlencode ($_REQUEST['q']) .
    '&first=' . $start . '&count=10&format=rss');

    i.e. use ninemsn.com.au for australian search results
     
    lhx, Mar 24, 2005 IP
  2. leo

    leo Peon

    Messages:
    174
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    That's extremely useful, but isn't the country choice already included in the basic data set you have to provide as soon as you open your KW tracker account at this website?

    Rgds
     
    leo, Mar 25, 2005 IP
  3. lhx

    lhx Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I tried new keywords.

    First, with no country restriction and standard php code.

    Then with country restriction and standard php code - same results.

    Then with modified php code - 'improved' results reflecting country restriction
    for both yahoo and msn.
     
    lhx, Mar 25, 2005 IP