What is the visual selector tool?
A browser-based CSS/XPath picker that turns "point at the field I want" into a runnable Cheerio extraction config. Built for the first 30 minutes of writing a web scraper, where you're staring at devtools trying to find the most stable selector for each field you care about. Point, click, copy the JSON, paste into your scraper.
When to use this vs. our REST API
Scraping Facebook, Instagram, Meta Ads Library, or Marketplace? Don't bother with the visual selector — our REST API handles those upstream layouts for you and returns structured JSON, no HTML parsing required. The visual selector is the right tool when you're scraping a customer marketing site, an obscure directory, a non-Meta property — anywhere we don't publish an endpoint.