GET
/v1/resultsGet Results
Retrieve detailed Facebook page information including contact details, ratings, and social linksRetrieve detailed information from scraped Facebook pages including business details, contact information, ratings, and social media links.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Result Fields
id
integer
Example: 50017
object
string
Example: result
squid
string
Example: 05d966bcc86f48b6afca3de8a0a0dc5e
run
string
Example: 401314a9bf2547c984a3c5d335273a56
name
string
Example: Example Business LLC
category
string
Example: Local Business
about
stringnull
Example: Your trusted local service provider since 2010.
address
stringnull
Example: 123 Main Street, New York, NY 10001
phone
stringnull
Example: +1 (555) 123-4567
email
stringnull
Example: contact@example-business.com
wesbite
stringnull
Example: https://www.example-business.com
instagram
stringnull
Example: https://www.instagram.com/examplebusiness
likes
string
Example: 1542
followers
string
Example: 1876
reviews
integer
Example: 24
score
number
Example: 4.5
visits
integer
Example: 350
image_url
string
Example: https://scontent.xx.fbcdn.net/...
menu
stringnull
Example: null
price
stringnull
Example: null
internal_id
string
Example: 123456789
slug
string
Example: /pages/example-business/123456789/
url
string
Example: https://www.facebook.com/pages/example-business/123456789/
status
string
Example: valid_page
scraping_time
string
Example: 2025-05-02T08:17:12.353Z
Parameters
squidstring
RequiredExample:
05d966bcc86f48b6afca3de8a0a0dc5erunstring
OptionalExample:
401314a9bf2547c984a3c5d335273a56pageinteger
OptionalExample:
1page_sizeinteger
OptionalExample:
50Pro Tip
Use the `next` URL in the response to paginate through all results.
Warning
Note: The API field is named `wesbite` (with a typo). Use this exact spelling when accessing the website field.
Note
The `likes` and `followers` fields are returned as strings, not integers.