429 Too Many Requests on Shopify: How to Fix It

A 429 Too Many Requests error on Shopify means that Shopify has temporarily rate-limited an app, script, crawler or visitor because too many requests were made within a particular period.

The error is common during technical SEO crawls with tools such as Screaming Frog, Ahrefs or Sitebulb. It can also be caused by an app repeatedly calling an API, a looping theme script, excessive predictive-search requests or rapid cart activity.

Quick answer: If Screaming Frog is receiving Shopify 429 errors, the preferred fix is to create a crawler signature under Shopify Admin → Online Store → Preferences → Crawler access and add the three generated HTTP headers to Screaming Frog. Slowing the crawl can help, but Shopify’s crawler authentication is the more reliable solution.

I encountered this while crawling a Shopify store with Screaming Frog. The crawl initially worked, but after approximately 120 URLs, almost every subsequent product and blog URL returned a 429 response—even with the crawl restricted to one thread and one URL per second.

429 Too Many Requests errors during a Shopify Screaming Frog crawlScreaming Frog returning a series of 429 Too Many Requests responses during a Shopify crawl.

Max Threads: 1
Limit URL/s: Enabled
Max URL/s: 1

Screaming Frog Shopify crawl speed settingsThe crawl was limited to one thread and one URL per second, but Shopify still rate-limited the crawler.

What Does 429 Too Many Requests Mean on Shopify?

A 429 response means Shopify has temporarily throttled requests because a rate limit was reached. It may be triggered by an SEO crawler, Shopify app, API integration, theme script or automated bot.

A 429 response is not the same as a robots.txt block. It does not mean the URL is broken, removed, noindexed or disallowed. It means the particular request was rate-limited.

How to Fix Shopify 429 Errors in Screaming Frog

Reducing crawl speed may help, but Shopify can still restrict an unidentified crawler. For Shopify websites, the preferred solution is to authenticate Screaming Frog using Shopify’s crawler-access headers.

Preferred Fix: Use Shopify Crawler Access

Shopify allows store owners to create a signature that authenticates an approved crawler. The signature is associated with a specific connected domain and is added to the crawler’s HTTP request headers.

The signature applies to the selected public storefront domain and does not provide access to Shopify Checkout.

Step 1: Create a Crawler Signature in Shopify

Log in to Shopify Admin and go to:

Online Store → Preferences

Scroll to the Crawler access section and:

  1. Click Create signature.
  2. Enter a descriptive name, such as Screaming Frog SEO Audit.
  3. Select the connected domain you intend to crawl.
  4. Choose how long the signature should remain valid.
  5. Click Create.
  6. Copy the values provided by Shopify.

A signature expires automatically and cannot be renewed. Once it expires, create a new signature and update the headers in your crawling tool.

Creating a crawler signature in Shopify

Step 2: Add the Shopify Headers to Screaming Frog

In Screaming Frog, open:

Configuration → HTTP Header

In some versions, this may appear under:

Configuration → Custom → HTTP Headers

Add the following as three separate entries:

Header name Header value
Signature-Input Paste the complete Signature-Input value generated by Shopify.
Signature Paste the complete Signature value generated by Shopify.
Signature-Agent "https://shopify.com"
Copy and paste the values exactly as Shopify provides them. Small formatting errors, omitted characters or an added trailing slash can prevent the signature from working.
Adding Shopify crawler-access headers in Screaming Frog

Make sure that:

  • All three required headers have been added.
  • The Signature-Input and Signature values have been copied in full.
  • No accidental spaces or extra characters have been introduced.
  • The Signature-Agent value does not include a trailing slash.
  • The signature was created for the exact domain being crawled.
  • The signature has not expired.

Re-Crawl the Affected URLs

Save the configuration and allow time for the authentication to propagate. Screaming Frog notes that this may take between 30 minutes and one hour when the IP address has already been throttled.

Resume the crawl or filter the existing crawl to 429 responses, select the affected URLs and choose Re-Spider. Confirm that they now return the expected 200 or redirect responses.

Do not rely on the original SEO data for URLs that returned 429 because Screaming Frog could not properly analyse their titles, canonicals, headings, structured data, indexability, internal links or content.

Fallback Fix: Reduce the Crawl Speed

If you cannot access Shopify Admin, use the following Screaming Frog settings:

Max Threads: 1
Limit URL/s: Enabled
Max URL/s: 0.2–1
User-Agent: Chrome

At 0.2 URLs per second, Screaming Frog sends approximately one request every five seconds. The crawl will be slower, but the reduced request rate may prevent further throttling.

Do not impersonate Googlebot. Shopify crawler authentication is a more reliable and transparent solution.

Exclude Unnecessary Shopify Variant URLs

Shopify product links may contain a ?variant= parameter. Crawling every variant can significantly increase the number of requests sent to Shopify.

If variant URLs are outside the scope of the audit, add the following under Configuration → Exclude:

.*[?&]variant=.*

Do not exclude them when you need to review variant-specific internal links, canonicals or indexation behaviour.

Shopify 429 Errors Affecting an App or API

If a Shopify app or API integration receives the 429 response, it must respect Shopify’s rate-limit information rather than immediately retrying the request.

  • Respect Retry-After: Wait for the period specified in the response before retrying.
  • Use controlled retries: Increase the delay after repeated failures.
  • Monitor GraphQL query cost: Read the cost and throttle status returned by Shopify.
  • Queue large jobs: Avoid processing thousands of records in one uncontrolled loop.
  • Reduce concurrency: Use smaller batches and fewer simultaneous workers.
  • Use bulk operations: Use Shopify’s bulk-operation functionality for large datasets where appropriate.

What If Customers See 429 Errors?

If genuine customers receive the error, inspect the browser’s Network panel for repeated requests to endpoints such as /cart.js, /cart/add.js or /search/suggest.

Common causes include looping theme scripts, duplicate event listeners, repeated AJAX requests and third-party search, filtering, recommendation or cart apps.

Disable recently added apps one at a time and test a clean or backup theme. Also prevent repeated button clicks while a request is processing and debounce predictive-search requests so they are sent only after the customer briefly stops typing.

Does a Shopify 429 Error Affect SEO?

A temporary 429 during your own Screaming Frog crawl does not prove that Googlebot is receiving the same response. However, persistent rate limiting affecting legitimate search-engine crawlers could reduce crawl efficiency.

For an SEO audit, the immediate issue is data reliability. A URL that returned 429 has not been properly assessed for titles, canonicals, headings, meta robots directives, structured data, internal links, content, or redirect behaviour.

Resolve the rate-limit issue and re-crawl the affected URLs before concluding the audit.

Frequently Asked Questions

Why does Screaming Frog get 429 errors on Shopify?

Shopify may apply stricter rate limits to unidentified automated crawlers. Creating a Shopify crawler signature allows Screaming Frog to authenticate its storefront requests.

Will reducing the crawl to one URL per second fix it?

Not always. Shopify may continue throttling the crawler even at one thread and one URL per second. Crawler authentication is the preferred solution.

Is a Shopify 429 error caused by robots.txt?

No. Robots.txt provides crawling instructions, while a 429 response means Shopify has temporarily rate-limited the request.

How long does a Shopify crawler signature last?

The expiry period is selected when the signature is created. Once it expires, create a new signature and update the crawler headers.

Final Thoughts

A Shopify 429 error does not necessarily indicate a broken or blocked URL. For Screaming Frog crawls, Shopify’s Crawler access signature is the preferred fix. Slower crawling, a Chrome user agent and excluding unnecessary variant URLs are useful fallbacks when Shopify Admin access is unavailable.

Related SEO Guides

Sources

Need help diagnosing Shopify crawling, indexation or other technical SEO problems? I provide practical technical SEO audits for ecommerce websites. Contact me to discuss your website.

0 comments… add one

Leave a Reply

Your email address will not be published. Required fields are marked *