How to display results in my page without adsense code

Discussion in 'Google API' started by vic_msn, Jul 4, 2006.

  1. #1
    i need to parse google results and display in my site using a php parser how can i do that. i also need to change the font colour and size and provide it to the end user without adsense code means adsense for search code
     
    vic_msn, Jul 4, 2006 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Why not use the google api? It sends results in xml format and you can completely customise the output.
     
    mad4, Jul 4, 2006 IP
  3. seoindiaweb

    seoindiaweb Banned

    Messages:
    2,889
    Likes Received:
    200
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes, you can show results of google using Google API key.. without adsense on that:)
     
    seoindiaweb, Jul 4, 2006 IP
  4. vic_msn

    vic_msn Well-Known Member

    Messages:
    2,233
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    155
    #4
    i need to show with adsense
     
    vic_msn, Jul 4, 2006 IP
  5. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Somebody lied. You can't do it without the API.
     
    mad4, Jul 4, 2006 IP
  6. vic_msn

    vic_msn Well-Known Member

    Messages:
    2,233
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    155
    #6
    can it be done with a php or XML parser
    can you explain this http://code.google.com/gsa_apis/xml_reference.html
    and does the API have any limits like 1000 queries per day
    is there a risk of getting banned from google if i grap results from google via some scripts
     
    vic_msn, Jul 4, 2006 IP
  7. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #7
    If you use a script to make automated queries to google without using the API then you are breaking the TOS and risk a ban. The API is perfect for something like this and there are scripts written for you to do it.

    http://www.dankarran.com/googleapi-phpsitesearch/
     
    mad4, Jul 4, 2006 IP
  8. vic_msn

    vic_msn Well-Known Member

    Messages:
    2,233
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    155
    #8
    thanks for the link will try to use the codes
     
    vic_msn, Jul 4, 2006 IP