473,396 Members | 1,804 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

A.I. and automatic searching and retrival from online search engines using Access ?

I have certain words, or groups of words (4 or less) input in my fields in
Access 2002 xp pro atmosphere.

The data is essentially in the tables., so what I want to do is get access
with the click of a button to take each and every string from a specific
field and possibly each and every single record ---> and place them
into the search field in one of the search engine websites such as the
google, altavista, or ask jeeves and run a search. Then take the
number of hits counter and import it back into access into a field for
display.

Is this possible ? why you ask.... well i want to know how popular
specific strings or words are on the internet, and part of this is to run
a search online and record the number of hits per search word. This
will help determine what actions to take. Otherwise I have to input
each word or phrase into the search engines and record the resulting
numbers, this would take days of work, whereas if I automate the
process with a high speed connection we can have several computers
working in parallel always updating the data while we sleep.

Artificial intelligence at work. Your suggestions and comments would
highly be respected.
Nov 12 '05 #1
9 1549
Did you ever determine if this is possible? If so how do you do it?

Steve
"Jack-of-all-traits" <no*****@noemailaccount.info> wrote in message
news:lp********************@look.ca...
I have certain words, or groups of words (4 or less) input in my fields in
Access 2002 xp pro atmosphere.

The data is essentially in the tables., so what I want to do is get access
with the click of a button to take each and every string from a specific
field and possibly each and every single record ---> and place them
into the search field in one of the search engine websites such as the
google, altavista, or ask jeeves and run a search. Then take the
number of hits counter and import it back into access into a field for
display.

Is this possible ? why you ask.... well i want to know how popular
specific strings or words are on the internet, and part of this is to run
a search online and record the number of hits per search word. This
will help determine what actions to take. Otherwise I have to input
each word or phrase into the search engines and record the resulting
numbers, this would take days of work, whereas if I automate the
process with a high speed connection we can have several computers
working in parallel always updating the data while we sleep.

Artificial intelligence at work. Your suggestions and comments would
highly be respected.

Nov 12 '05 #2
rkc

"Jack-of-all-traits" <no*****@noemailaccount.info> wrote in message
news:lp********************@look.ca...
Is this possible ? why you ask.... well i want to know how popular
specific strings or words are on the internet, and part of this is to run
a search online and record the number of hits per search word. This
will help determine what actions to take. Otherwise I have to input
each word or phrase into the search engines and record the resulting
numbers, this would take days of work, whereas if I automate the
process with a high speed connection we can have several computers
working in parallel always updating the data while we sleep.

Artificial intelligence at work. Your suggestions and comments would
highly be respected.


The Google terms of service specifically states that automated queries
of any kind are not allowed.


Nov 12 '05 #3
Howdy RKC,

Then we can always use other search engines, or pay them for use.
"rkc" <rk*@yabba.dabba.do.rochester.rr.bomb> wrote in message
news:l_*******************@twister.nyroc.rr.com...

"Jack-of-all-traits" <no*****@noemailaccount.info> wrote in message
news:lp********************@look.ca...
Is this possible ? why you ask.... well i want to know how popular
specific strings or words are on the internet, and part of this is to run a search online and record the number of hits per search word. This
will help determine what actions to take. Otherwise I have to input
each word or phrase into the search engines and record the resulting
numbers, this would take days of work, whereas if I automate the
process with a high speed connection we can have several computers
working in parallel always updating the data while we sleep.

Artificial intelligence at work. Your suggestions and comments would
highly be respected.


The Google terms of service specifically states that automated queries
of any kind are not allowed.


Nov 12 '05 #4
RKC,

Actually upon further examination, the automated query applies to the
webhome
page of google, one cannot simply take the data off the web home page.

However there are ways via the API's development with google, and the use
of SOAP queries. You are limited to 1000 free per day per IP address
according
to the website.

Its a free start, from there maybe contacting google would be a good idea.

What do you think?
"rkc" <rk*@yabba.dabba.do.rochester.rr.bomb> wrote in message
news:l_*******************@twister.nyroc.rr.com...

"Jack-of-all-traits" <no*****@noemailaccount.info> wrote in message
news:lp********************@look.ca...
Is this possible ? why you ask.... well i want to know how popular
specific strings or words are on the internet, and part of this is to run a search online and record the number of hits per search word. This
will help determine what actions to take. Otherwise I have to input
each word or phrase into the search engines and record the resulting
numbers, this would take days of work, whereas if I automate the
process with a high speed connection we can have several computers
working in parallel always updating the data while we sleep.

Artificial intelligence at work. Your suggestions and comments would
highly be respected.


The Google terms of service specifically states that automated queries
of any kind are not allowed.


Nov 12 '05 #5
rkc

"Jack-of-all-traits" <no*****@noemailaccount.info> wrote in message
news:8M********************@look.ca...
RKC,

Actually upon further examination, the automated query applies to the
webhome
page of google, one cannot simply take the data off the web home page.

However there are ways via the API's development with google, and the use
of SOAP queries. You are limited to 1000 free per day per IP address
according
to the website.

Its a free start, from there maybe contacting google would be a good idea.

What do you think?


You can probably get/pay for permission to do most anything you want to do.

I've played around with the Google api's using java and one thing I noticed
is
that the getEstimatedTotalResultsCount is usually way off from the result
count posted if you do the same search from their home page.


Nov 12 '05 #6
Rkc,

So you obtained the key from google, and used the appropriate libraries and
code to execute a search and you only obtained deviant results ?

Thats no good, is that because the command used was "getEstimated" ?
You can probably get/pay for permission to do most anything you want to do.
I've played around with the Google api's using java and one thing I noticed is
that the getEstimatedTotalResultsCount is usually way off from the result
count posted if you do the same search from their home page.


Nov 12 '05 #7
rkc

"Jack-of-all-traits" <no*****@noemailaccount.info> wrote in message
news:hP********************@look.ca...
Rkc,

So you obtained the key from google, and used the appropriate libraries and code to execute a search and you only obtained deviant results ?

Thats no good, is that because the command used was "getEstimated" ?


Yes. I took about 3 minutes to obtain a key.
The getEstimated call and another that indicates whether that is the true
count
is all there is as far as I can see. Also, if you actually want to return
results from
a search the limit on the number returned is currently 10.
Nov 12 '05 #8
Are you saying that it took 3 minutes per query since it took 3 mintues for
key approval?
That would be far too slow and not useful.

Do you know of any other data mining companies other than google that have
permission
for greater than 1000 queries per day ?

See my more recent post in this newsgroup for more comments.
"rkc" <rk*@yabba.dabba.do.rochester.rr.bomb> wrote in message
news:jZ*******************@twister.nyroc.rr.com...

"Jack-of-all-traits" <no*****@noemailaccount.info> wrote in message
news:hP********************@look.ca...
Rkc,

So you obtained the key from google, and used the appropriate libraries

and
code to execute a search and you only obtained deviant results ?

Thats no good, is that because the command used was "getEstimated" ?


Yes. I took about 3 minutes to obtain a key.
The getEstimated call and another that indicates whether that is the true
count
is all there is as far as I can see. Also, if you actually want to return
results from
a search the limit on the number returned is currently 10.

Nov 12 '05 #9
rkc

"Jack-of-all-traits" <no*****@noemailaccount.info> wrote in message
news:Ic********************@look.ca...
Are you saying that it took 3 minutes per query since it took 3 mintues for key approval?
That would be far too slow and not useful.
No. I mean it took about 3 minutes to apply for and receive a key for
use with the api. Just playing around, re-directing the results to a text
file, the response time seemed quite fast.
Do you know of any other data mining companies other than google that have
permission
for greater than 1000 queries per day ?


Haven't ever looked into any others.

Nov 12 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: R. Rajesh Jeba Anbiah | last post by:
Q: Is PHP search engine friendly? Q: Will search engine spiders crawl my PHP pages? A: Spiders should crawl anything provided they're accessible. Since, nowadays most of the websites are been...
0
by: Mike | last post by:
Sites using thumbnail preview for world wide web file navigation and searching. Below are list of sites that are either researching or providing thumbnail preview images for online web...
14
by: Ludwig77 | last post by:
I read that there are some tags that can be entered in a web page's meta tags in order to prevent web bot searching and indexing of the web page for search engines. What is the tagging that I...
39
by: Noticedtrends | last post by:
Can inference search-engines narrow-down the number of often irrelevant results, by using specific keywords; for the purpose of discerning emerging social & business trends? For example, if...
67
by: Sandy.Pittendrigh | last post by:
Here's a question I don't know the answer to: I have a friend who makes very expensive, hand-made bamboo flyrods. He's widely recognized (in the fishing industry) as one of the 3-5 'best' rod...
6
by: David | last post by:
Everytime I press the search button in msdn, I feel the need for at least 90 days of anger management. For example, I type "IEnumerable" and the top three results.. ...
64
by: Manfred Kooistra | last post by:
I am building a website with identical content in four different languages. On a first visit, the search engine determines the language of the content by the IP address of the visitor. What the...
3
by: Chris H | last post by:
Ok in the following code I am trying to have my keywards meta tag auto insert the top 10 titles from most recently added database entries, right now the while loop is only setting the $keyword...
5
by: justobservant | last post by:
When more than one keyword is typed into a search-query, most of the search-results displayed indicate specified keywords scattered throughout an entire website of content i.e., this is shown as...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.