How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

How to monitor local competitors on delivery platforms

calendar_today April 28, 2026 person Nathanael Durham domain apify

How to monitor local competitors on delivery platforms<p>A restaurant chain can post solid brand-level numbers while individual locations are bleeding orders. A store whose delivery zone is filled with cheaper competitors gets masked by stronger sites elsewhere, and by the time monthly reports flag the dip, the platform is already routing customers somewhere else.</p><p>Manual spot checks don’t scale past three or four locations. What you need is automated, zone-level visibility into how each store stacks up against the actual competitors a customer sees when they open DoorDash or Instacart in that ZIP code.</p><p>This tutorial walks through how to set that up using E-commerce Scraping Tool with n8n - pulling competitor listings alongside your own pages from DoorDash and Instacart, on a schedule, with structured output that drops straight into Google Sheets.</p>

How to monitor local competitors on delivery platforms
<h2 id="why-brand-level-delivery-data-isnt-enough">Why brand-level delivery data isn't enough</h2><p>Brand-wide averages warp location-level performance. A struggling store gets hidden by stronger sites, and the decline doesn’t surface in dashboards until orders have already shifted to competitors.</p><p>Each location also operates in a different competitive set. Pricing that looks competitive in one city can be much higher than the local norms in another.</p><p>The data needed to fix this exists on DoorDash and Instacart, but it’s unstructured, scattered across platforms, and impossible to aggregate at scale without automation.</p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">💡</div><div class="kg-callout-text">Apify tools are called Actors. They can perform both simple actions - like filling out web forms or sending emails - and complex operations, such as crawling millions of web pages or transforming large datasets.</div></div><h2 id="how-e-commerce-scraping-tool-solves-this">How E-commerce Scraping Tool solves this</h2><p>E-commerce Scraping Tool is an Apify Actor that can pull product and pricing data from delivery platforms by location or ZIP code. Configure it with a location and a search keyword, and it returns a structured dataset of competitor listings. Schedule it to run daily, weekly, or monthly, and the result is a continuously updated, zone-level view of the market each of your locations is competing in.</p><h2 id="setting-up-zone-level-monitoring-with-apify">Setting up zone-level monitoring with Apify</h2><p>By the end of this tutorial, you’ll have a running workflow that pulls competitor prices for every zone you care about and writes them into a single sheet, tagged by location and ready for comparison.</p><p>Let’s begin.</p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">❗</div><div class="kg-callout-text">To follow along with this tutorial, make sure you have access to n8n and have both an active Apify account and a Google account.</div></div><h3 id="step-1">Step 1:</h3><p>Open n8n, create a new workflow, and select a scheduled trigger as the first step. You can then set how often the workflow runs in the Trigger Rules.</p>
How to monitor local competitors on delivery platforms
How to monitor local competitors on delivery platforms
<h3 id="step-2">Step 2:</h3><p>To run the Actor on a loop, the input variables need to be an array of JSON objects. Each JSON needs to include both the search keyword, and the location/zip code. To limit credit usage, stick with two locations while testing - you can scale up later.</p><p>Create a JavaScript Code node and add you input in the following format. Then execute the step.</p><pre>return [ {json: {location: "London", keyword: "burger"} }, {json: {location: "Manchester", keyword: "burger"} } ]</pre>
How to monitor local competitors on delivery platforms
How to monitor local competitors on delivery platforms
<h3 id="step-3">Step 3:</h3><p>Next, create a loop so the Actor can scrape locations one at a time. Select the Loop Over Items (Split in Batches) operation as the next workflow step. Keep the batch size as one.</p>
How to monitor local competitors on delivery platforms
<h3 id="step-4">Step 4:</h3><p>Search for the Apify node in your canvas and install it (if you haven't already). Replace the placeholder node with the Run an Actor and get dataset operation.</p>
How to monitor local competitors on delivery platforms
<p>Next, connect n8n to your Apify account. This can be done using OAuth2, or by pasting your Apify API key located in Apify Console under Settings → API & Integrations. Once your Apify connection is established, select Apify’s E-commerce Scraping Tool from the Actor list.</p>
How to monitor local competitors on delivery platforms
<h3 id="step-5">Step 5:</h3><p>Initialize the Actor's input and map the location and keyword to the correct fields. The safest option is to paste the JSON below into the Input JSON field, and toggle from Fixed to Expression.</p><pre>{ "additionalProperties": false, "additionalPropertiesSearchEngine": true, "additionalReviewProperties": true, "addressDelivery": "{ { $json.location } }", "keywordDelivery": "{ { $json.keyword } }", "marketplacesDelivery": [ "www.instacart.com", "www.doordash.com" ], "maxDeliveryResults": 10, "maxProductResults": 10, "scrapeInfluencerProducts": false, "scrapeReviewsDelivery": false }</pre><p>Since the Actor expects strings rather than n8n's default object passthrough, make sure that { { $json.location } } and { { $json.keyword } } are wrapped in quotation marks.</p>
How to monitor local competitors on delivery platforms
<p>Run this step once so that n8n captures the Actor's output schema - later steps need to know what fields are coming back.</p><h3 id="step-6">Step 6:</h3><p>When the loop runs the Actor, the original location and keyword get separated from the Actor's output. This Set node stitches them back together so each row in the final sheet is tagged with the location it came from.</p>
How to monitor local competitors on delivery platforms
<p>Drag and drop the location and keyword items from the initial Code node into the input fields box. Make sure to Include Other Input Fields or else you will lose your Actor output when this step is run.</p>
How to monitor local competitors on delivery platforms
<h3 id="step-7">Step 7:</h3><p>Connect a second Edit Fields (Set) node to the done branch of your Loop node. This will be used to filter out any unnecessary fields.</p>
How to monitor local competitors on delivery platforms
<p>Drag and drop each item from the Edit Fields node. Some items will show as undefined until the workflow runs - that’s expected.</p>
How to monitor local competitors on delivery platforms
<h3 id="step-8">Step 8:</h3><p>Create a Google sheet, name it, and add column headers that map to the fields from the previous step.</p>
How to monitor local competitors on delivery platforms
<p>Next, connect the Edit Fields node to an Append or update row in sheet operation. Then, connect your Google account.</p>
How to monitor local competitors on delivery platforms
<p>Select the sheet you created and map each JSON field to its column.</p>
How to monitor local competitors on delivery platforms
<p>Run the workflow. The sheet should populate with one row per listing per location, tagged by city and keyword.</p>
How to monitor local competitors on delivery platforms
<h2 id="conclusion">Conclusion</h2><p>The setup above gives you a running, scheduled feed of what every customer in every zone actually sees when they open DoorDash or Instacart - your own listings alongside the competitor set, in one sheet, refreshed on whatever cadence you set. From there, the questions worth asking (”which zones have we lost on price? Which have new entrants we hadn’t noticed?”) have data behind them.</p>

How to monitor local competitors on delivery platforms
Try Apify today
Get $5 monthly credit and start monitoring competitor prices for free.
Get started
open_in_new Read original post