Flying Tiger Scraper — Danish Design Variety Products avatar

Flying Tiger Scraper — Danish Design Variety Products

Pricing

Pay per usage

Go to Apify Store
Flying Tiger Scraper — Danish Design Variety Products

Flying Tiger Scraper — Danish Design Variety Products

Scrape products, prices, and images from flyingtiger.com. Flying Tiger Copenhagen — Danish design variety retailer. Supports search and category browsing.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Flying Tiger Copenhagen Scraper

Collects product data from Flying Tiger Copenhagen's online store (flyingtiger.com). The site runs on Shopify, so the scraper leverages Shopify's predictable URL patterns and JSON-LD product markup.

Input options

FieldTypeDescription
startUrlsArrayCollection or product URLs
searchQueryStringSearch for products by keyword
maxResultsIntegerMax items (default: 100)
proxyConfigurationObjectProxy settings

Without any input, it scrapes the full /collections/all page.

What gets extracted

Each product returns: name, brand (always "Flying Tiger Copenhagen"), price (EUR), sku, inStock, imageUrl, imageUrls, description, category, and optionally originalPrice for sale items.

Example

{
"name": "Reusable Water Bottle 500ml",
"brand": "Flying Tiger Copenhagen",
"price": 5.00,
"currency": "EUR",
"sku": "3800210",
"inStock": true,
"url": "https://flyingtiger.com/products/reusable-water-bottle-500ml",
"imageUrl": "https://cdn.shopify.com/s/files/...",
"category": "Kitchen",
"scrapedAt": "2026-03-16T10:00:00.000Z"
}

Technical details

  • Built on CheerioCrawler -- no browser required.
  • Product data comes from JSON-LD Product schema embedded on each page.
  • Shopify pagination (rel="next" links) is followed automatically.
  • Sold-out detection based on .btn--sold-out and [disabled] form elements.
  • Flying Tiger's product range rotates seasonally, so catalog size varies.