Facebook Page Info
/api/v2/facebook/page_info
API endpoint allows you to scrape Facebook page info: likes, followers, website, etc. There are many reasons why someone might want to retrieve data from Facebook pages, such as the number of likes, the website associated with the page, and other information. Here are a few possible reasons:
- Marketing : This data can be useful for businesses or organizations that are trying to understand their audience and reach on Facebook, or for identifying potential partners or influencers to work with.
- Research : Researchers or analysts may be interested in studying trends or patterns in the data from Facebook pages, such as the impact of different types of content on engagement.
- Competitive analysis : Companies or organizations may want to gather data on their competitors' Facebook pages in order to better understand their marketing strategies or performance.
- Personal interest : Some people may simply be interested in gathering data on their own Facebook page or on specific pages they follow, in order to track their own performance or engagement.
API Parameters
Name | Title | Type | Description |
---|---|---|---|
query * | Facebook page | parameter | A facebook page url or a facebook page slug. |
x_api_key * | Piloterr API key | parameter | Parameter defines the Piloterr private key to use. |
Endpoint
GET https://piloterr.com/api/v2/company?query=https://www.facebook.com/withalan&x_api_key=xxxxxx
Example
{
"id": "173777216368031",
"name": "Alan",
"logo": "https://scontent.flyn1-1.fna.fbcdn.net/v/t39.30808-1/277764385_1305372809875127_7836626840330075152_n.jpg",
"url": "https://www.facebook.com/withalan/",
"like_count": 4998,
"talking_count": 96,
"follower_count": 5806,
"description": "Notre rapport à la santé a changé, nous changeons la manière d’en parler : avec alan, le compte qui rend la santé plus simple et plus ouverte",
"category": "insurance-company",
"location": "null",
"phone": "null",
"email": "contact@alan.com",
"website": "https://www.alan.com/",
"social_networks": {
"twitter": "http://twitter.com/avec_alan",
"instagram": "http://instagram.com/avec_alan"
}
}