Search for a specific info on pages
- by Alexis
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?