productsup.io/crawler
Productsup product feed management crawler
About this crawler
productsup.io/crawler is a web crawler identified by the regular-expression pattern productsup\.io\/crawler in the User-Agent request header. It is categorised as advertising. Use the regex above to detect, log, allow, or block productsup.io/crawler traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.065%
Technical details
- Name
- productsup.io/crawler
- Pattern
productsup\.io\/crawler- Tags
- advertising
- Reference
- https://help.productsup.com/docs/help-center/import-data-feeds/import-data-from-internal-systems/import-web-data-with-website-crawler
- Added
- 2026/04/26
- Instances
- 1 known sample(s)
Sample User-Agent strings
productsup.io/crawler
Block this crawler
robots.txt — disallow productsup.io/crawler:
User-agent: productsup.io/crawler
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} productsup\.io\/crawler [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "productsup\\.io\\/crawler") {
return 403;
}
← back to all crawlers