GET/v1/results

Get Results

Retrieve detailed Facebook page information including contact details, ratings, and social links

Retrieve detailed information from scraped Facebook pages including business details, contact information, ratings, and social media links.

Headers

KeyValueRequired
AuthorizationToken YOUR_API_KEYYes

Result Fields

id
integer
Unique result identifier
Example: 50017
object
string
Always "result"
Example: result
squid
string
Squid that produced this result
Example: 05d966bcc86f48b6afca3de8a0a0dc5e
run
string
Run that produced this result
Example: 401314a9bf2547c984a3c5d335273a56
name
string
Name of the Facebook page
Example: Example Business LLC
category
string
Page category
Example: Local Business
about
stringnull
"About" section content of the Facebook page
Example: Your trusted local service provider since 2010.
address
stringnull
Physical address of the business
Example: 123 Main Street, New York, NY 10001
phone
stringnull
Contact phone number
Example: +1 (555) 123-4567
email
stringnull
Contact email address
Example: contact@example-business.com
wesbite
stringnull
Website URL (note: field name has typo in API)
Example: https://www.example-business.com
instagram
stringnull
Instagram profile URL if listed
Example: https://www.instagram.com/examplebusiness
likes
string
Number of page likes
Example: 1542
followers
string
Number of page followers
Example: 1876
reviews
integer
Number of reviews the page has received
Example: 24
score
number
Average rating score (0-5)
Example: 4.5
visits
integer
Number of page visits if available
Example: 350
image_url
string
URL of the page's profile image
Example: https://scontent.xx.fbcdn.net/...
menu
stringnull
URL of the page's menu or services section
Example: null
price
stringnull
Price information if provided
Example: null
internal_id
string
Facebook's internal page identifier
Example: 123456789
slug
string
URL path slug for the page
Example: /pages/example-business/123456789/
url
string
Full URL to the Facebook page
Example: https://www.facebook.com/pages/example-business/123456789/
status
string
Scrape status (e.g., "valid_page")
Example: valid_page
scraping_time
string
When this result was scraped (ISO 8601)
Example: 2025-05-02T08:17:12.353Z

Parameters

squidstring
Required
Hash of the squid to get results from
Example: 05d966bcc86f48b6afca3de8a0a0dc5e
runstring
Optional
Hash of a specific run (optional, filters to that run only)
Example: 401314a9bf2547c984a3c5d335273a56
pageinteger
Optional
Page number (default: 1)
Example: 1
page_sizeinteger
Optional
Results per page (default: 50, max: 100)
Example: 50
Pro Tip

Pro Tip

Use the `next` URL in the response to paginate through all results.
Warning

Warning

Note: The API field is named `wesbite` (with a typo). Use this exact spelling when accessing the website field.
Note

Note

The `likes` and `followers` fields are returned as strings, not integers.