Search for a specific info on pages
Posted
by
Alexis
on Programmers
See other posts from Programmers
or by Alexis
Published on 2012-09-04T20:29:48Z
Indexed on
2012/09/04
21:50 UTC
Read the original article
Hit count: 255
I am currently working on a challenge; basically using google api; I would search for facebook fan pages; most specifically the "about" timeline for the email add and the date the business was founded.
So far I have come to this:
site:facebook.com/pages + "business type" + "country" + "@email.com"
I need to add something else so that it can give me back the date it was founded in.
If you see the facebook fan page in the about section; there is for e.g (Founded 06/02/2010)
The bracketed info above is what I need to add to succeed in adding to the string above; any idea?
© Programmers or respective owner