Skip to main content
GET
Profile
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

url
string
required

Facebook profile URL

Example:

"https://www.facebook.com/mantraindianfolsom"

get_business_hours
enum<string>

Get the business's hours

Available options:
true,
Example:

"true"

Response

Successful response

Key Response Fields:

  • data.id: Facebook page/profile ID
  • data.name: Page display name
  • data.url: Facebook page URL
  • data.profilePicLarge: Profile photo URL (large)
  • data.pageIntro: Short page description or category intro
  • data.category: Page category (e.g., "Restaurant")
  • data.address: Physical address (if a business)
  • data.email: Public contact email
  • data.phone: Public phone number
  • data.website: External website URL
  • data.likeCount: Total page likes
  • data.followerCount: Total page followers
  • data.adLibrary.adStatus: Whether the page is currently running ads
  • data.creationDate: When the page was created
  • data.businessHours: Business hours (if get_business_hours=true and available)