Skip to main content
Plugins are ready-made scrapers for specific, high-value sites. Instead of sending a raw URL and parsing HTML yourself, you fill in a few plain fields (a route, a city, some dates) and get back clean, structured JSON - already parsed, sorted, and ready to use. Under the hood a plugin runs on the same anti-bot infrastructure as the rest of ScrapeUnblocker: warm, challenge-cleared browser sessions, residential proxies, and per-site logic. You never see any of that. You send a search, you get data.
Open the plugins in your dashboard: app.scrapeunblocker.com/dashboard/plugins. Runs draw from the same quota as your API plan.

Two ways to use a plugin

In the dashboard - no code

Pick a plugin, fill in the fields (autosuggest helps you choose the right place), and hit Run. You get a clean results view, the raw JSON, and a copy-paste snippet in cURL, Python and JavaScript.

Programmatically - for volume

Call the plugin endpoint with your x-scrapeunblocker-key. One request returns the full JSON. Ideal when you need thousands of searches in a pipeline.
Both paths hit the same engine and share one plan. Start with whichever fits the task, and switch any time.

Available plugins

Skyscanner Flights

Live flight itineraries for a route and date - price, airline, times, stops, and a booking deep link per fare.

Skyscanner Hotels

Every hotel for a city and dates - nightly and total price, stars, review score, distance, and image.

Skyscanner Car Hire

Rental quotes for a pickup location and dates - vendor, car, seats, bags, fuel policy, and a book link.

Google Local

Google Maps / Local business listings for a search and market - name, rating, reviews, category, address, and hours.

oopbuy Search

oopbuy.com product-search listings for a keyword - title, USD and CNY price, monthly sales, image, and product link.
More plugins are added over time. Each one is documented on its own page with the exact fields, response shape, and examples.

Cost and quota

Plugin runs use the same plan quota as direct API usage - there is no separate billing surface. A single plugin search is one call; the response already contains the full result set (dozens to hundreds of items), so you rarely need more than one request per search.

Next steps

Skyscanner plugins

Flights, hotels and car hire - fields, responses, and API examples.

Get an API key

Free trial available on the pricing page.