← ClaudeAtlas

facebook-researchlisted

Searches Facebook Marketplace listings and looks up public Facebook Page details (name, follower/like counts, category, contact info) via the Crawlora API, returning clean JSON. Use when the user wants Marketplace listing data for a location/category or a public Page's profile info — instead of scraping Facebook directly.
Crawlora-org/crawlora-skills · ★ 0 · Data & Documents · score 72
Install: claude install-skill Crawlora-org/crawlora-skills
# Facebook research Search Facebook Marketplace and look up public Facebook Page details — all as normalized JSON from the Crawlora API, no browser automation or logged-in session required. ## When to use this skill - "Find Marketplace listings for <item> near <location>." - "What's on the Marketplace browse feed for <location>/<category>?" - "Get <Facebook Page>'s follower count / category / contact info." - "Does this Facebook Page list a phone number or website?" - Local-market price research or lead-gen sweeps of a Page's public About tab. ## Setup (one-time) - Get a free Crawlora API key (2,000 credits/mo, no card) at [https://crawlora.net](https://crawlora.net?utm_source=github&utm_medium=referral&utm_campaign=crawlora-skills). - Set `CRAWLORA_API_KEY` in the environment before running the helper. - The helper reads `CRAWLORA_API_KEY` from the environment and sends requests to `https://api.crawlora.net/api/v1`. Missing/invalid key → `401`. ## How it works 1. **Marketplace search / browse** — `GET /facebook/marketplace/search` with a required `location` (Marketplace vanity slug) plus an optional `query` or `category`; omit both `query` and `category` to get the location's browse feed instead of a search. `min_price`, `max_price`, `sort_by`, `days_since_listed`, and `condition` only take effect alongside a `query` or `category`. 2. **Page lookup** — `GET /facebook/{page}` where `page` is a vanity name, handle, `profile.php` id, or full Facebook UR