I want to get a list of facebook pages which has a given word in it's description or name. Is it possible to get it from existing facebook graph apis.
yes it is available use this:
search?q=Your_keyword&type=page
for more options go here: https://developers.facebook.com/docs/graph-api/using-graph-api/#search
you can also extend as many options you need like this:
search?q=Your_keyword&type=page&fields=id,name,location