Using Python
The following code snippet shows how to make a request to the Google Feed API using Python. This sample assumes Python 2.4 or higher. You may need to download and install simplejson.
import urllib2import simplejsonurl = ('https://ajax.googleapis.com/ajax/services/feed/find?' + 'v=1.0&q=Official%20Google%20Blog&userip=INSERT-USER-IP')request = urllib2.Request(url, None, {'Referer': /* Enter the URL of your site here */})response = urllib2.urlopen(request)# Process the JSON string.results = simplejson.load(response)# now have some fun with the results...
Group items matching
in title, tags, annotations or urlManaging Finances Gets Easier - 1 views
Professional seo company - 2 views
Agile Testing: Running a Python script as a Windows service - 0 views
SEO Services that Exceeds Expectations - 1 views
Python Homework Help - 1 views
Seo companies philippines - 1 views
Thank You OPS - 1 views
Best Shield Against Computer Viruses - 1 views
Getting Used to Help and Support - 0 views
Online Computer Repair Tech - 1 views
Remote Computer Assistance - 1 views
‹ Previous
21 - 40 of 42
Next ›
Showing 20▼ items per page