Shopping
1-800-Flowers logo

1-800-Flowers API

1800flowers.com

1-800-Flowers - flowers and gifts, occasions, pricing, variants, and reviews.

Actions
9
Category
Shopping
Login
Not required
Output
JSON

Call the 1-800-Flowers API

Submit a task, then poll the job until it settles. This example runs act_1800flowers_category_bulk_pricing.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_1800flowers_category_bulk_pricing",
    "params": {
      "products": ["1001-P-191167","1001-P-213405","1001-P-192115"]
    }
  }'

9 actions on 1800flowers.com

Read

  • Product Questions

    act_1800flowers_product_questionsread1 credit / call

    Returns customer questions and answers for a product.

    product_id
    string · required
  • Product Reviews

    act_1800flowers_product_reviewsread1 credit / call

    Returns a product's customer reviews, average rating, and review count.

    product_id
    string · required
  • Trending Searches

    act_1800flowers_trending_searchesread1 credit / call

    Returns ranked trending search terms for the site search box.

Write

Write actions change state on 1800flowers.com and run as the account you connect.

  • Category Bulk Pricing

    act_1800flowers_category_bulk_pricingwrite2 credits / call

    Returns sale and retail prices for a batch of products by part number.

    products
    array · required
  • Category Page Metadata

    act_1800flowers_category_page_metadatawrite2 credits / call

    Returns a category's ID, title, breadcrumbs, and SEO metadata.

    category_slug
    string · required
    browser_uuid
    string
    locale
    string
    content_type
    string
  • Category Product Listing

    act_1800flowers_category_product_listingwrite2 credits / call

    Returns a category's product grid with names, prices, images, and part numbers.

    category_id
    string · required
    category_slug
    string
    page
    integer
    page_size
    integer
    zip_code
    string
    browser_uuid
    string
    order_by
    string
    locale
    string
  • Product Pricing

    act_1800flowers_product_pricingwrite2 credits / call

    Returns price, list price, and size-variant pricing for a single product.

    part_number
    string · required
  • Product Variant Pricing

    act_1800flowers_product_variant_pricingwrite2 credits / call

    Returns per-size SKU prices and availability for a set of product variants.

    variant_skus
    array · required
  • Trending Products

    act_1800flowers_trending_productswrite2 credits / call

    Returns trending products with names, prices, images, and descriptions.

    browser_uuid
    string · required
    date_range
    integer
    page_size
    integer

1-800-Flowers API questions

Is there an API for 1-800-Flowers?
1-800-Flowers does not offer a public data API for this, but Anakin Wire provides 9 maintained endpoints for 1800flowers.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape 1-800-Flowers data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when 1800flowers.com changes its markup, Anakin updates the action.
Do I need a 1-800-Flowers account?
No. Every 1-800-Flowers action listed here runs anonymously — no account and no credentials required.
What does the 1-800-Flowers API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Shopping APIs

All Shopping sites