GET/v1/results

Get Results

Retrieve scraped Facebook Pages data

Retrieve scraped Facebook Pages data including page names, categories, contact information, and social metrics.

Headers

KeyValueRequired
AuthorizationToken YOUR_API_KEYYes

Core Result Fields

id
integer
Unique result identifier
Example: 53557759
object
string
Always "result"
Example: result
squid
string
Squid that produced this result
Example: 72d18e4c94534b829877bb7c092b1f80
run
string
Run that produced this result
Example: 3ff48bb8ef19426e87fbb3e102dd4531

Page Information

name
string
Name of the Facebook page
Example: Coffee House Downtown
url
string
Full URL to the Facebook page
Example: https://www.facebook.com/coffeehousedowntown
slug
string
URL-friendly slug for the page
Example: coffeehousedowntown
category
string
Category of the page
Example: Coffee Shop

Social Metrics

likes
integer
Number of likes the page has received
Example: 15000
followers
integer
Number of followers the page has
Example: 14500

Contact Information

phone
stringnull
Contact phone number
Example: +1-555-123-4567
email
stringnull
Contact email
Example: info@coffeehouse.com
website
stringnull
Website URL from About section
Example: https://coffeehouse.com
address
stringnull
Physical address
Example: 123 Main St, New York, NY 10001
map_url
stringnull
URL to location on maps
Example: https://maps.google.com/...

Social Links

instagram
stringnull
Instagram profile URL
Example: https://instagram.com/coffeehouse

Timestamps

scraping_time
string
When this result was scraped (ISO 8601)
Example: 2025-07-04T04:08:09.340Z

Parameters

squidstring
Required
Hash of the squid to get results from
Example: 72d18e4c94534b829877bb7c092b1f80
runstring
Optional
Hash of a specific run (optional)
Example: 3ff48bb8ef19426e87fbb3e102dd4531
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 `phone` and `email` fields to build contact lists for outreach campaigns.
Pro Tip

Pro Tip

Filter by `category` to segment results by business type.
Note

Note

Contact fields may be null if not provided on the Facebook page.