Skip to content

Get started

Let's get your first live stream ready

A few quick steps — connect your products, pick a look, and go live. 50 free credits, no card.

Step 1 of 5

Connect your products

Choose where your products live. We'll import them automatically.

Supported formats: XML, CSV, JSON — we detect the format automatically.

Try it with sample products

No store to connect yet? We'll set you up with a ready-made set of demo products so you can build and preview a live stream right away. You can swap in your own feed anytime later.

Enter your products by hand — name, price and an image (upload or URL) are required.

Step 2 of 5

Importing your products…

This usually takes a few seconds. Hang tight.

Step 3 of 5

Pick a look

Step 4 of 5

🎉 Your campaign is ready!

Create your account to save your work and go live.

Step 5 of 5

🚀 You're all set — go live!

Set your destination and go live now — or fine-tune the campaign first.

Want more control?
This is a quick setup with smart defaults. Open the full editor to fine-tune products, discounts, countdown, comment-to-buy and your theme.
Edit campaign
1 Orientation
2 Destination
3 Connect
Pick a destination above to finish setup.

Shopify Connect Shopify

  1. 1
    Create a custom app

    In your Shopify admin, go to Settings → Apps and sales channels → Develop apps, click Create an app and name it (e.g. "Stremify").

  2. 2
    Configure Storefront API scopes

    On the app's Configuration tab, under Storefront API, enable unauthenticated_read_product_listings and unauthenticated_read_product_tags.

  3. 3
    Install the app

    Click Install app to enable it on your store.

  4. 4
    Copy the Storefront access token

    Open the API credentials tab, copy the Storefront API access token, and paste it into the field above.

WooCommerce Connect WooCommerce

Enter your store URL above and click Connect — credentials are generated automatically.
OAuth connect
  1. 1
    Enter your store URL

    Type your WooCommerce store address in the field above.

  2. 2
    Click Connect

    You'll be redirected to your store to approve access, then sent back here automatically.

Your store must be publicly reachable over HTTPS to approve the connection.

Magento Connect Magento

  1. 1
    Create an integration

    In your Magento admin, go to System → Integrations → Add New Integration. Give it a name and leave the callback URLs empty.

  2. 2
    Set API permissions

    On the API tab, grant access to Catalog → Products and Stores → Settings → All Stores (or choose All), then save.

  3. 3
    Activate & copy the token

    Click Activate on your integration, approve the popup, then copy the Access Token shown.

  4. 4
    Enable Bearer tokens (Magento 2.4.4+)

    Under Stores → Configuration → Services → OAuth → Consumer Settings, set "Allow OAuth Access Tokens to be used as standalone Bearer tokens" to Yes, then flush the cache.

The access token is shown only once after activation. If you lose it, delete the integration and create a new one.
Test access in your browser: https://yourstore.com/rest/V1/products?searchCriteria[pageSize]=1. A 401 means the token/Bearer setting is wrong; a 404 means the base URL is off.

URL Feed Product feed format

We accept product feeds in XML or JSON following the Google Merchant Center / Meta Catalog specification. Most platforms can export one of these.

Required fields
FieldXML tagJSON key
ID<g:id>id
Title<g:title>title
Link<g:link>link
Image<g:image_link>image_link
Price<g:price>price
XML example
<rss version="2.0" xmlns:g="http://base.google.com/ns/1.0">
  <channel>
    <item>
      <g:id>SKU-001</g:id>
      <g:title>Example Product</g:title>
      <g:link>https://example.com/product/001</g:link>
      <g:image_link>https://example.com/img/001.jpg</g:image_link>
      <g:price>29.99 EUR</g:price>
    </item>
  </channel>
</rss>
JSON example
{
  "products": [
    {
      "id": "SKU-001",
      "title": "Example Product",
      "link": "https://example.com/product/001",
      "image_link": "https://example.com/img/001.jpg",
      "price": "29.99 EUR"
    }
  ]
}
Optional fields include description, sale_price, availability, brand, condition and custom_label_0…5.

How to get your Instagram stream key

  1. Open instagram.com in your desktop browser.
  2. Click Create (the icon), then choose Live video.
  3. Add a title and set the audience to Public, then click Next.
  4. Copy the stream key shown on screen and paste it into the Stream key field here.
  5. Start the stream on Stremify and wait until the status shows it's running.
  6. Back on Instagram, click Go live once it shows a video signal is being received.