vBulletin Search Engine Optimization
|
This is a discussion on Php script that sends requests to Google within the Off-Topic & Chit Chat forums, part of the Focus on Members category; Hi there, Just decided that it would be fruitful to make a script that checks how many pages from my ...
| |||||||
|
#1
| ||||
| ||||
| Php script that sends requests to Google
Hi there, Just decided that it would be fruitful to make a script that checks how many pages from my web-site are listed in Google (site:www.mysite.com) and saves results. How can it be done? I got Google API key, but not sure that I'm on the right way. Google AJAX Search API is Greek for me... Do I really need to use it to get what I want? May be there is a less complicated way? (I hope |
|
#2
| |||
| |||
|
This doesn't use the API, but here's a script I wrote to check how many pages/backlinks my site had: Noodles’ Blog » Blog Archive » Google datacenter check |
|
#3
| ||||
| ||||
|
Thanks Noodles, I wrote something similar to your script by myself (it gets the page using fsockopen() function). However as you indicated on your page: "Google would ban my server’s IP"... I'd like to build it the way it should be built and not be afraid of being caught for making "pirate's" requests. |
|
#4
| ||||
| ||||
| google search api php - Google Search Quote:
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO Styles: Version 1.0 PRO For Everyone Version 2.0 For vBSEO Customers vBSEO 3.3.0 Gold Released with New "Virtual HTML Display" Feature Available for Download Now 6X Traffic - $1400 in One Day with vBSEO! Max Out Your SEO |
|
#5
| ||||
| ||||
| Quote:
You guys probably use SOAP API. Ufortunately from 5th of December Google doesn't give keys for SOAP API anymore and sends everyone to Google AJAX Search API. SOAP API looked complicated for me. But I changed my mind after took a look at docs for Google AJAX Search API... Last edited by Anatoliy; 12-12-2006 at 08:43 PM. |
|
#6
| ||||
| ||||
|
Basically, with AJAX search api doesn't have limitations of soap version, since all requests are performed on client side, not from a single server IP. It would be still possible to use it in similar way as "old approach" extracting ajax request URLs, like: HTML Code: http://www.google.com/uds/GwebSearch?callback=GwebSearch.RawCompletion&context=0&lstkp=0&rsz=small&hl=en&sig=12f87b457bdbba45b248d920a09f1429&q=VW%20GTI&key=internal&v=1.0
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO Styles: Version 1.0 PRO For Everyone Version 2.0 For vBSEO Customers vBSEO 3.3.0 Gold Released with New "Virtual HTML Display" Feature Available for Download Now 6X Traffic - $1400 in One Day with vBSEO! Max Out Your SEO |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Google Reinclusion Requests - Matt Cutt Video | Joe Ward | SEO Buzz | 3 | 08-07-2006 04:29 PM |
| Google is All About Search: 4 New Products | Joe Ward | SEO Buzz | 0 | 05-16-2006 01:52 PM |
| Some extreme issues need help on fixing. | pspcrazy | Troubleshooting | 14 | 03-14-2006 03:40 AM |