Need Website rating apis for iPhone - iphone

I want website rating api that gives me the status of website in different search engines. i want to send Keyword, Website and Search engine in api and they should return me the ranking of the website. so please can you suggest me that type of apis.
If api returns me data in xml format that very good.
Thanks

You might want to take a look at http://www.alexa.com/
The developer tools are located here: http://www.alexa.com/siteowners/data

Related

How to track earnings made by my CSE (Google Custom Search)

Google offers a Custom Search engine, where i can provide a web Search through Google on my site (not a search on my Site rather on the whole Web)
https://cse.google.com/cse
Inside there, Ads of google AdSense will be displayed in the Search, same as in google.
How can i track if a user click one of the Ads and also the resulting earnings?
I want to determine if a user generate a rewerd an if yes, how much (money value).
How can i achiev this?
Edit:
So, i'm searching a lot and i've can't find any answer to this specific question out there.
There are some Docs for this on the Google Support site. They explain how to connect CSE (Google Custom Search) with the required AdSense Account. They also write:
"..you might want to be able to track earnings made through searches on your site."
https://support.google.com/customsearch/answer/4514327?hl=en
Yes, thats exactly what are im trying to achieve, but the referral link in the Doc are unusable because they didnt realy explain it.

How long it takes to find my Google+ profile through Google+ Rest API

I created an application as part of a university project that searches using web APIs. Google+ is one of the APIs considered.
Now I am trying to evaluate this application against what other search tools offer. In the evaluation, I ask the user to create a google plus account and then try to find it using the search engine example.com and then try our tool.
The problem I am having is that when I create a google plus profile, I can not find it immediately using "Google+ API people search". Is there a way to tell the API to consider recently created profiles or any other solution to this.
No. Google+ is a large application and things can take time to process by various other systems.

Google analytics, adwords, facebook data on my server

I've got client who has several different websites, each website having Google analytics account.
Our marketing department is also running Google Adwords/Facebook/Instagram ads for each of those websites.
I want data/leads from Google and Facebook on my local server. I also want real-time data that should automatically update from Google & Facebook with fixed time interval.
I've been Googling and experimenting with the Analytics API docs, but no luck.
Any one please help me to find better solution.
#This question is not for this website but I didn't find any other option.
Thank you.
There are several services that your are looking for. Use this info like a getting started. Every service has his own simplicities and complexities.
Adwords
Use Campaign Performance Report to download your campaign's metrics. See examples in PHP, Java, Python, etc.
Analytics
Use RealTime API to get real time data. See examples
Use Core Reporting API to get general data. See examples
There is a very useful tool: Query Explorer to see Analytics API working
Facebook / Instagram
Use Ads Insights API to download your campaigns's metrics. See examples

Retrieve google news through Google CSE Api

I am searching a solution to retrieve news from google news.
I am already retrieving the news from the RSS feed. But this is not scalable, and I will get blacklisted.
I wanted to use Google CSE API (with billing option, I want to be able to send more than 100 000 queries per month), but it seems not to be possible to use it directly with google news. (it seems to be only working with google image, or global web search)
I have already read about Bing Search API, and Yahoo Boss API. I want to know if there is a way with google news. I have already tried to set the site only to google news, but I am getting old news article clippings.
I have already read this discussion(but there is no answer) and this discussion had no new solution for me.
Is there a billable way of doing high volume query directly to google news ?
Thank you
We (Google) currently don't offer programatic access to Google News, and unfortunately I'm not aware of any plans to change that.
You can still use RSS though for free, just watch out for the number of requests you send our way.

Accessing Google Map Listing From GData

Im trying to create a "search nearby" shops on iphone,
but i can not find any solution on how to get the data from Gdata Libraries.
http://code.google.com/p/gdata-objectivec-client/
They only support the following Google services provides a Google data API, but not google maps?!
Google Base
Blogger
Book Search
Calendar
Code Search
Contacts
Documents List
Finance
Health
Picasa Web Albums
Spreadsheets
Webmaster Tools
YouTube
Any solution or idea where i should look for would be much appreciated.
As far as I know, the only way to do this is to use the KML output format from a standard Google search:
http://maps.google.com.au/maps?f=q&source=s_q&hl=en&geocode=&q=italian%20category:restaurants&sll=-37.816518,144.890628&sspn=0.007247,0.012424&ie=UTF8&z=12&output=kml
Although you should check Google's terms and conditions to see if you're allowed to use that as an API.