I've taken a look around the module section and I'm not sure if such a module current exists. I was looking for a module that search an external site (not drupal), find results, and then post them on a drupal site. Does a module exist that can do this?

Comments

teyser’s picture

Hi,
Just try google search engine module in drupal...

Thanks,
Raj

Breen’s picture

Thanks for the suggestion. Can the google module search be used to output certain information only? I was trying to get a module that could search a job search page, find out how many jobs are listed in a database, and then output it into a block on my drupal page. If google can do something like this that would be great.

teyser’s picture

Hi,
We can't do like that.But if you know the any of the database,we can retrieve the data from that database to our website.

Thanks,
Raj

Breen’s picture

Ok so if I have database access I could have it retrieve certain fields and put them into a block?

teyser’s picture

hi,
yeah surely.....

Breen’s picture

Thanks a lot I'll see what I can do!