How to access online search engine

Hai!

I am doing one search engine project using ror. but i don’t known how
to pass variable to online search engine.

Any one known the please guide me.

Thanking you.
Bala

Bala TS wrote in post #1003659:

I am doing one search engine project using ror. but i don’t known how
to pass variable to online search engine.

Any one known the please guide me.

Well, this is how Google queries the search term you put in the Google
home page:

Search for: html5

GET: html5 - Google Search

However, you will notice that if you were to try that from another
client (say curl for example) you will be returned a 403 (forbidden)
page. The page explains why it is forbidden and directs you to their
terms of service:

http://www.google.com/terms_of_service.html

You need to become familiar with these terms before you attempt to use
their services for your own needs.