Facebook Pages Scraper avatar
Facebook Pages Scraper

Pricing

$10.00 / 1,000 pages

Go to Store
Facebook Pages Scraper

Facebook Pages Scraper

Developed by

Apify

Apify

Maintained by Apify

Extract basic data from multiple Facebook Pages or Profiles. Extract Facebook page details, website, email, address, messenger, likes, followers, rating, ad running status, and other public data. Export scraped data, schedule scraper via API, integrate with other tools or AI workflows.

4.1 (12)

Pricing

$10.00 / 1,000 pages

156

Total users

22.9k

Monthly users

1.1k

Runs succeeded

>99%

Issue response

1.2 days

Last modified

8 days ago

competent_path avatar

Intro section gets mixed up with other information

Closed

Competent Path (competent_path) opened this issue
4 months ago

Here is the output for https://www.facebook.com/CDWCorporation

"info": [ "CDW Corporation, Vernon Hills, Illinois. 114,559 likes", "396 talking about this", "1,263 were here. At CDW, we know how to make technology work so people..." ],

See screenshot for intro line from incognito chrome - it has no "1,263 were here"

Run id: https://console.apify.com/actors/4Hv5RhChiaDk6iwad/runs/StADexZpFxVB0WLH2#output

alexey avatar

Hi!

info is the array of strings from metadata, we can not change It to keep output compatible. That's why the "Intro" section text was added as an intro string value into the dataset.

I will close the issue now, but if there is anything else we could help with, please let us know.

competent_path avatar

The response is for sure incorrect I do not get why closing the issue is the answer

alexey avatar

INFO is old format, its array and nothing changed for it. INTRO is the new property with full text from page Intro section

alexey avatar

Extract from https://api.apify.com/v2/datasets/dspZ0A4ZUcotr0YJw/items?clean=true&format=json

{
"info": [
"CDW Corporation, Vernon Hills, Illinois. 114,559 likes",
"396 talking about this",
"1,263 were here. At CDW, we know how to make technology work so people..."
],
"intro": "At CDW, we know how to make technology work so people can do great things."
}
competent_path avatar

I got it it. Thank you.