Pure Rawz
- Cadence
- Daily
- Scope
- Full catalog
- Last successful refresh
- Notes
- Runs at 03:00 UTC.
What our scrapers do, what they don't, and how vendors can opt out — published so vendors and visitors can audit our behaviour.
Operator: Eugene Bidchenco. Project repository: github.com/WhiteShoeBanker.
Only publicly visible product information. Where vendors expose structured data (schema.org Product / ProductGroup JSON-LD), we read that; otherwise we parse the same HTML a customer's browser receives.
| Field | Example | Purpose |
|---|---|---|
| Product title | BPC-157 5mg | Disambiguating peptide-vendor pairings. |
| Quantity & unit | 5 / mg | Normalizing prices to dollars-per-milligram. |
| Price & currency | USD 64.99 | Comparison ranking. |
| Stock status | in stock / out of stock | Sorting in-stock listings first. |
| Product URL | https://vendor.com/products/bpc-157-5mg | Outbound link target and audit trail. |
| Fetched timestamp | 2026-05-12T03:00:00Z | Showing freshness; expiring stale listings. |
Categories explicitly outside our scope. We do not bypass paywalls, run browser automation to defeat anti-bot measures, or request URLs that robots.txt disallows.
One run reads at most one product index page plus one detail page per product. We do not crawl the full site, do not follow tag/category/filter links, and do not paginate beyond what is needed to enumerate products. Cadence is per vendor:
We wait at least 5 secondsbetween requests to the same domain. If a vendor's robots.txt declares a longer Crawl-delay, we honour the larger value. We do not run requests in parallel against the same vendor.
All production scraper traffic from this site is sent with the following User-Agent string:
peptide-intel/1.0 (+https://peptide-intel.com/scraper-policy) - research peptide price comparison
Any traffic from this project that does not carry that User-Agent is either occasional, manually issued reconnaissance (prefixed peptide-intel-recon/) or, if you see a different identifier, not us.
We re-fetch robots.txt at the start of every scrape run and respect its Disallow and Crawl-delay directives, both for User-agent: * and for any rule block specifically targeting peptide-intel/1.0.
Vendors who do not wish to be scraped can add the following two lines to their robots.txt:
User-agent: peptide-intel/1.0 Disallow: /
Our scraper detects this on its next scheduled run and stops fetching pages from your domain. No email or manual contact is needed; the file is the source of truth. A robots.txt change takes effect on our next scheduled run.
For removal questions outside the robots.txt route, see the contact page or email contact@peptide-intel.com with the subject "Remove vendor: [vendor name]".