Recipes for the pages
everybody ends up scraping
A recipe is nothing magical — it is one of the nine extractors with the column template, pagination behaviour and pacing already chosen. Load it, point it at your search, and skip the part where you work out which div holds the rating.
- Map search results
Map results scraper
Search a category in a city, let the results list scroll to the end, and take every pin as a row. The recipe knows where the rating, review count and category sit, and it keeps scrolling until the list stops growing.
NameCategoryRatingReview countAddress+4Open the recipe - Large retail marketplaces
Marketplace product scraper
Walk a category or a search term and collect the product grid, then follow through to each product page for the details the grid leaves out — bullet specs, dimensions, seller and rank.
TitleBrandPriceList priceRating+5Open the recipe - Public review platforms
Review platform scraper
Take every review on a company profile — star rating, date, verification state, title and full body — across all pages, with the reply from the company kept in its own column.
AuthorCountryStarsDateVerified+4Open the recipe - Local and trade directories
Business directory scraper
Directory listings are the easiest structured data on the web and the most annoying to copy by hand. This recipe takes the whole category, page by page, with the contact block parsed into separate columns.
BusinessCategoryAddressPostcodePhone+3Open the recipe - Job boards and careers pages
Job board scraper
Collect open roles across a board or a company careers page, with the posting date and salary range kept intact rather than flattened into the description blob.
RoleCompanyLocationRemoteSalary min+4Open the recipe - Property portals
Property listing scraper
Take a saved search and turn it into comparables: price, beds, baths, floor area, tenure, agent and the full image set for each property.
AddressPriceBedsBathsFloor area+5Open the recipe - Public social profiles
Social profile scraper
Collect the public surface of a profile list — display name, handle, bio, follower counts, external link — for creator research and partnership shortlists.
HandleDisplay nameBioFollowersFollowing+3Open the recipe - Hosted storefronts
Storefront catalogue scraper
For stores on the common hosted platforms, skip the crawl entirely and read the catalogue feed: every product, every variant, every price, in one pass.
ProductVariantSKUBarcodePrice+6Open the recipe
A word about what you collect
These recipes point at public pages, but “public” and “yours to use” are not the same thing. Personal data carries obligations in most jurisdictions regardless of how easily you can see it, and a site's terms may bind you if you accepted them. Fyre gives you the tool and the rate limits; deciding what is reasonable to collect, and what to do with it afterwards, is your call. If a project involves personal data at any scale, take advice before you start rather than after.
Stop copying tables by hand.
Install the extension, click one row, and watch the rest arrive. If it does not do what you need in the first ten minutes, you have lost nothing.