views:

26

answers:

1

Hi, Is there any Google API to fetch a web page's content ? I know this can be done using Curl .

Regards, Mithun

A: 

Why do you want a Google API for that. There are function in every web development language. Like in PHP you can use curl() or file_get_contents().

A Google API usually are client side, but I am quite sure you need a server side solution.

Kau-Boy