# config/sources.d/52-corporate-pricing-legal-careers.yaml — the "silent change" surface of ~250 major companies # (Fortune 500 / Euro Stoxx / TSX 60 / global tech & consumer brands), added 2026-09-11: pricing & plan pages, fee # schedules and rate pages (banks, telecoms, streaming plans by country, airlines' baggage fees and fare rules, # utilities, postal and transit fares, tuition), terms of service / privacy / acceptable-use / developer terms, # leadership & board pages, trust pages and subprocessor lists, product lifecycle / end-of-life listings. # Connector `http` everywhere (one Southwest contract-of-carriage PDF via `pdf`); tier C for pricing/terms/policy/ # trust pages, D for leadership pages; `config.selector: main` where the page carries heavy chrome. Existing # organizations are extended (`extend: true`); telecom MVNOs, streaming brands, rental banks and automakers that # had no entry are declared here with `country:`. Every URL was fetched and parsed by apps/engine/src/validate.ts # (OK only; `thin` client-rendered pages and bot-blocked hosts were dropped). Pages that redirected cleanly were # rewritten to their final URL; redirects to a homepage / 404 / geo-unavailable page were dropped (Hulu and Peacock # geo-redirect from Canada, Rogers terms, AT&T / T-Mobile / McMaster / Quebecor leadership, Discover savings → Capital One). # Blocked (403 / bot management) — not sensors: openai.com policies, tesla.com (all pages), telus.com, box.com, # coinbase.com, revolut.com, xfinity.com, flyporter.com, flyflair.com, canva.com, sofi.com, chime.com, allianz.com, # costco.com, nestle.com, tsmc.com, lilly.com, eon.com/eon.de, homedepot.com, ox.ac.uk, lufthansa(.com|group.com), # ratp.fr, purolator.com, help.x.com, nordvpn.com, publicmobile.ca, cogeco.ca, expedia.com (429), notion.com legal (401). # Client-rendered (`thin`) — not sensors: united.com, qualcomm.com, crave.ca, ford.com, rivian.com, citi.com, zurich.com, # shell.com, broadcom.com, target.com, adidas.com, sonos.com, garmin.com, alaskaair.com, ryanair.com, cpkcr.com, # palantir.com, humana.com, deere.com, vmware.com, facebook.com terms, tiktok.com legal, docs.roku.com, eqbank.ca, # trust.anthropic.com (SafeBase), help.disneyplus.com, atlassian.com pricing, notion.com pricing, hubspot.com pricing. # Generated by scripts/gen-corporate-pages.py, then pruned by scripts/prune-fragment.py. sources: # ───────────────────────── Software & SaaS vendors (licensing, plans, terms, subprocessors) ───────────────────────── - id: microsoft extend: true country: US sensors: - { name: microsoft 365 business plans, url: "https://www.microsoft.com/en-us/microsoft-365/business/microsoft-365-plans-and-pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: microsoft 365 consumer plans, url: "https://www.microsoft.com/en-us/microsoft-365/buy/compare-all-microsoft-365-products", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: microsoft 365 copilot business, url: "https://www.microsoft.com/en-us/microsoft-365-copilot/business", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: windows 365 plans, url: "https://www.microsoft.com/en-us/windows-365/business/compare-plans-pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: services agreement, url: "https://www.microsoft.com/en-us/servicesagreement", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy statement, url: "https://www.microsoft.com/en-us/privacy/privacystatement", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: product terms, url: "https://www.microsoft.com/licensing/terms/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: leadership, url: "https://news.microsoft.com/source/leadership/", type: HTML, connector: http, tier: D } - { name: trust center, url: "https://www.microsoft.com/en-us/trust-center", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: lifecycle end of support this year, url: "https://learn.microsoft.com/en-us/lifecycle/end-of-support/end-of-support-2026", type: HTML, connector: http, tier: C } - id: adobe extend: true country: US sensors: - { name: creative cloud plans, url: "https://www.adobe.com/creativecloud/plans.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: acrobat plans, url: "https://www.adobe.com/acrobat/pricing.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of use, url: "https://www.adobe.com/legal/terms.html", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.adobe.com/privacy/policy.html", type: HTML, connector: http, tier: C } - { name: trust center, url: "https://www.adobe.com/trust.html", type: HTML, connector: http, tier: C } - { name: security, url: "https://www.adobe.com/trust/security.html", type: HTML, connector: http, tier: C } - id: autodesk extend: true country: US sensors: - { name: terms of use, url: "https://www.autodesk.com/company/terms-of-use/en/general-terms", type: HTML, connector: http, tier: C } - { name: privacy statement, url: "https://www.autodesk.com/company/legal-notices-trademarks/privacy-statement", type: HTML, connector: http, tier: C } - { name: trust center, url: "https://www.autodesk.com/trust/overview", type: HTML, connector: http, tier: C } - id: atlassian extend: true country: AU sensors: - { name: cloud terms of service, url: "https://www.atlassian.com/legal/atlassian-customer-agreement", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.atlassian.com/legal/privacy-policy", type: HTML, connector: http, tier: C } - { name: acceptable use policy, url: "https://www.atlassian.com/legal/acceptable-use-policy", type: HTML, connector: http, tier: C } - { name: sub-processors, url: "https://www.atlassian.com/legal/sub-processors", type: HTML, connector: http, tier: C } - { name: trust center, url: "https://www.atlassian.com/trust", type: HTML, connector: http, tier: C } - id: salesforce extend: true country: US sensors: - { name: pricing, url: "https://www.salesforce.com/pricing/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: sales cloud pricing, url: "https://www.salesforce.com/sales/pricing/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: agreements, url: "https://www.salesforce.com/company/legal/agreements/", type: HTML, connector: http, tier: C } - { name: privacy statement, url: "https://www.salesforce.com/company/privacy/full_privacy/", type: HTML, connector: http, tier: C } - { name: leadership, url: "https://www.salesforce.com/company/leadership/", type: HTML, connector: http, tier: D } - { name: trust and compliance documentation, url: "https://www.salesforce.com/company/legal/trust-and-compliance-documentation/", type: HTML, connector: http, tier: C } - id: oracle-cloud extend: true country: US sensors: - { name: cloud price list, url: "https://www.oracle.com/cloud/price-list/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy policy, url: "https://www.oracle.com/legal/privacy/", type: HTML, connector: http, tier: C } - { name: terms of use, url: "https://www.oracle.com/legal/terms/", type: HTML, connector: http, tier: C } - { name: cloud services contracts, url: "https://www.oracle.com/contracts/", type: HTML, connector: http, tier: C } - { name: executives, url: "https://www.oracle.com/corporate/executives/", type: HTML, connector: http, tier: D } - { name: corporate security practices, url: "https://www.oracle.com/corporate/security-practices/", type: HTML, connector: http, tier: C } - id: sap extend: true country: DE sensors: - { name: executive board, url: "https://www.sap.com/about/company/leadership.html", type: HTML, connector: http, tier: D } - { name: privacy statement, url: "https://www.sap.com/about/legal/privacy.html", type: HTML, connector: http, tier: C } - { name: agreements, url: "https://www.sap.com/about/trust-center/agreements.html", type: HTML, connector: http, tier: C } - { name: trust center, url: "https://www.sap.com/about/trust-center.html", type: HTML, connector: http, tier: C } - id: intuit extend: true country: US sensors: - { name: quickbooks pricing, url: "https://quickbooks.intuit.com/pricing/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: turbotax products, url: "https://turbotax.intuit.com/personal-taxes/online/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy statement, url: "https://www.intuit.com/privacy/statement/", type: HTML, connector: http, tier: C } - id: workday extend: true country: US sensors: - { name: leadership, url: "https://www.workday.com/en-us/company/about-workday/leadership.html", type: HTML, connector: http, tier: D } - id: servicenow extend: true country: US sensors: - { name: leadership, url: "https://www.servicenow.com/company/leadership.html", type: HTML, connector: http, tier: D } - { name: privacy statement, url: "https://www.servicenow.com/privacy-statement.html", type: HTML, connector: http, tier: C } - { name: trust and compliance, url: "https://www.servicenow.com/company/trust.html", type: HTML, connector: http, tier: C } - { name: subscription service agreement, url: "https://www.servicenow.com/upgrade-schedules.html", type: HTML, connector: http, tier: C } - id: zoom extend: true country: US sensors: - { name: terms of service, url: "https://www.zoom.com/en/trust/terms/", type: HTML, connector: http, tier: C } - { name: privacy statement, url: "https://www.zoom.com/en/trust/privacy/", type: HTML, connector: http, tier: C } - { name: subprocessors, url: "https://www.zoom.com/en/trust/subprocessors/", type: HTML, connector: http, tier: C } - { name: trust center, url: "https://www.zoom.com/en/trust/", type: HTML, connector: http, tier: C } - id: slack extend: true country: US sensors: - { name: pricing, url: "https://slack.com/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://slack.com/main-services-agreement", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://slack.com/trust/privacy/privacy-policy", type: HTML, connector: http, tier: C } - { name: security, url: "https://slack.com/trust/security", type: HTML, connector: http, tier: C } - id: dropbox extend: true country: US sensors: - { name: plans, url: "https://www.dropbox.com/plans", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://www.dropbox.com/terms", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.dropbox.com/privacy", type: HTML, connector: http, tier: C } - { name: security, url: "https://www.dropbox.com/features/security", type: HTML, connector: http, tier: C } - { name: subprocessors, url: "https://www.dropbox.com/privacy#subprocessors", type: HTML, connector: http, tier: C } - id: docusign extend: true country: US sensors: - { name: plans and pricing, url: "https://ecom.docusign.com/en-CA/plans-and-pricing/esignature", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms and conditions, url: "https://www.docusign.com/legal/terms-and-conditions", type: HTML, connector: http, tier: C } - { name: privacy notice, url: "https://www.docusign.com/privacy", type: HTML, connector: http, tier: C } - { name: leadership, url: "https://www.docusign.com/company/leadership", type: HTML, connector: http, tier: D } - id: hubspot extend: true country: US sensors: - { name: terms of service, url: "https://legal.hubspot.com/terms-of-service", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://legal.hubspot.com/privacy-policy", type: HTML, connector: http, tier: C } - { name: data processing agreement, url: "https://legal.hubspot.com/dpa", type: HTML, connector: http, tier: C } - { name: management team, url: "https://www.hubspot.com/company/management", type: HTML, connector: http, tier: D } - id: shopify extend: true country: CA sensors: - { name: pricing, url: "https://www.shopify.com/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: pricing canada, url: "https://www.shopify.com/ca/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://www.shopify.com/legal/terms", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.shopify.com/legal/privacy", type: HTML, connector: http, tier: C } - { name: acceptable use policy, url: "https://www.shopify.com/legal/aup", type: HTML, connector: http, tier: C } - { name: api terms, url: "https://www.shopify.com/legal/api-terms", type: HTML, connector: http, tier: C } - id: squarespace extend: true country: US sensors: - { name: pricing, url: "https://www.squarespace.com/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://www.squarespace.com/terms-of-service", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.squarespace.com/privacy", type: HTML, connector: http, tier: C } - id: wix extend: true country: IL sensors: - { name: premium plans, url: "https://www.wix.com/plans", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of use, url: "https://www.wix.com/about/terms-of-use", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.wix.com/about/privacy", type: HTML, connector: http, tier: C } - id: godaddy extend: true country: US sensors: - { name: universal terms of service, url: "https://www.godaddy.com/en-ca/legal/agreements/universal-terms-of-service-agreement", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.godaddy.com/en-ca/legal/agreements/privacy-policy", type: HTML, connector: http, tier: C } - { name: web hosting plans, url: "https://www.godaddy.com/en-ca/hosting/web-hosting", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: leadership, url: "https://aboutus.godaddy.net/about-us/overview/default.aspx", type: HTML, connector: http, tier: D } - id: twilio extend: true country: US sensors: - { name: sms pricing us, url: "https://www.twilio.com/en-us/sms/pricing/us", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: voice pricing us, url: "https://www.twilio.com/en-us/voice/pricing/us", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://www.twilio.com/en-us/legal/tos", type: HTML, connector: http, tier: C } - { name: privacy notice, url: "https://www.twilio.com/en-us/legal/privacy", type: HTML, connector: http, tier: C } - { name: acceptable use policy, url: "https://www.twilio.com/en-us/legal/aup", type: HTML, connector: http, tier: C } - { name: sub-processors, url: "https://www.twilio.com/en-us/legal/sub-processors", type: HTML, connector: http, tier: C } - { name: leadership, url: "https://www.twilio.com/en-us/company/leadership", type: HTML, connector: http, tier: D } - id: okta extend: true country: US sensors: - { name: pricing, url: "https://www.okta.com/pricing/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: agreements, url: "https://www.okta.com/legal/", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.okta.com/legal/privacy-policy/", type: HTML, connector: http, tier: C } - { name: leadership, url: "https://www.okta.com/company/leadership/", type: HTML, connector: http, tier: D } - id: snowflake extend: true country: US sensors: - { name: terms of service, url: "https://www.snowflake.com/en/legal/terms-of-service/", type: HTML, connector: http, tier: C } - id: datadog extend: true country: US sensors: - { name: terms of service, url: "https://www.datadoghq.com/legal/terms/", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.datadoghq.com/legal/privacy/", type: HTML, connector: http, tier: C } - { name: subprocessors, url: "https://www.datadoghq.com/legal/subprocessors/", type: HTML, connector: http, tier: C } - { name: leadership, url: "https://www.datadoghq.com/about/leadership/", type: HTML, connector: http, tier: D } - { name: security, url: "https://www.datadoghq.com/trust/", type: HTML, connector: http, tier: C } - id: mongodb extend: true country: US sensors: - { name: terms of use, url: "https://www.mongodb.com/legal/terms-of-use", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.mongodb.com/legal/privacy/privacy-policy", type: HTML, connector: http, tier: C } - { name: leadership, url: "https://www.mongodb.com/company/leadership", type: HTML, connector: http, tier: D } - id: github extend: true country: US sensors: - { name: pricing, url: "https://github.com/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service", type: HTML, connector: http, tier: C } - { name: privacy statement, url: "https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement", type: HTML, connector: http, tier: C } - { name: acceptable use policies, url: "https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies", type: HTML, connector: http, tier: C } - { name: subprocessors, url: "https://docs.github.com/en/site-policy/privacy-policies/github-subprocessors", type: HTML, connector: http, tier: C } - { name: leadership, url: "https://github.com/about/leadership", type: HTML, connector: http, tier: D } - id: gitlab extend: true country: US sensors: - { name: pricing, url: "https://about.gitlab.com/pricing/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://about.gitlab.com/terms/", type: HTML, connector: http, tier: C } - { name: privacy statement, url: "https://about.gitlab.com/privacy/", type: HTML, connector: http, tier: C } - { name: subprocessors, url: "https://about.gitlab.com/privacy/subprocessors/", type: HTML, connector: http, tier: C } - { name: e-group, url: "https://about.gitlab.com/company/team/e-group/", type: HTML, connector: http, tier: D } - id: docker extend: true country: US sensors: - { name: pricing, url: "https://www.docker.com/pricing/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://www.docker.com/legal/docker-terms-use/", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.docker.com/legal/privacy/", type: HTML, connector: http, tier: C } - id: cloudflare extend: true country: US sensors: - { name: terms of service, url: "https://www.cloudflare.com/terms/", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.cloudflare.com/privacypolicy/", type: HTML, connector: http, tier: C } - { name: subprocessors, url: "https://www.cloudflare.com/gdpr/subprocessors/", type: HTML, connector: http, tier: C } - { name: leadership, url: "https://www.cloudflare.com/people/", type: HTML, connector: http, tier: D } - id: stripe extend: true country: US sensors: - { name: services agreement, url: "https://stripe.com/en-ca/legal/ssa", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://stripe.com/en-ca/privacy", type: HTML, connector: http, tier: C } - { name: restricted businesses, url: "https://stripe.com/en-ca/legal/restricted-businesses", type: HTML, connector: http, tier: C } - { name: service providers, url: "https://stripe.com/en-ca/legal/service-providers", type: HTML, connector: http, tier: C } - { name: pricing canada, url: "https://stripe.com/en-ca/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: paypal extend: true country: US sensors: - { name: merchant fees, url: "https://www.paypal.com/us/business/paypal-business-fees", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: consumer fees, url: "https://www.paypal.com/us/digital-wallet/paypal-consumer-fees", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: user agreement, url: "https://www.paypal.com/us/legalhub/paypal/useragreement-full", type: HTML, connector: http, tier: C } - { name: privacy statement, url: "https://www.paypal.com/us/legalhub/paypal/privacy-full", type: HTML, connector: http, tier: C } - { name: acceptable use policy, url: "https://www.paypal.com/us/legalhub/paypal/acceptableuse-full", type: HTML, connector: http, tier: C } - id: block extend: true country: US sensors: - { name: square pricing, url: "https://squareup.com/us/en/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: square pricing canada, url: "https://squareup.com/ca/en/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: square general terms, url: "https://squareup.com/us/en/legal/general/ua", type: HTML, connector: http, tier: C } - { name: square privacy notice, url: "https://squareup.com/us/en/legal/general/privacy", type: HTML, connector: http, tier: C } - id: notion extend: true country: US sensors: - { name: pricing, url: "https://www.notion.com/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: security, url: "https://www.notion.com/security", type: HTML, connector: http, tier: C } - id: figma extend: true country: US sensors: - { name: pricing, url: "https://www.figma.com/pricing/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://www.figma.com/legal/tos/", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.figma.com/legal/privacy/", type: HTML, connector: http, tier: C } - id: canva name: Canva domain: canva.com categories: [enterprise, technology, consumer-tech] tier: C aliases: [canva pty] discover: { rss: true, sitemap: false, status: false, pages: false } country: AU sensors: - { name: privacy policy, url: "https://www.canva.com/policies/privacy-policy/", type: HTML, connector: http, tier: C } - id: miro extend: true country: NL sensors: - { name: pricing, url: "https://miro.com/pricing/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://miro.com/legal/terms-of-service/", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://miro.com/legal/privacy-policy/", type: HTML, connector: http, tier: C } - id: asana extend: true country: US sensors: - { name: pricing, url: "https://asana.com/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://asana.com/terms", type: HTML, connector: http, tier: C } - { name: subprocessors, url: "https://asana.com/terms/subprocessors", type: HTML, connector: http, tier: C } - { name: leadership, url: "https://asana.com/company", type: HTML, connector: http, tier: D } - id: monday extend: true country: IL sensors: - { name: pricing, url: "https://monday.com/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://monday.com/l/legal/tos/", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://monday.com/l/privacy/privacy-policy/", type: HTML, connector: http, tier: C } - { name: subprocessors, url: "https://monday.com/l/privacy/sub-processors-subsidiaries-support/", type: HTML, connector: http, tier: C } - id: clickup extend: true country: US sensors: - { name: pricing, url: "https://clickup.com/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://clickup.com/terms", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://clickup.com/terms/privacy", type: HTML, connector: http, tier: C } - id: airtable extend: true country: US sensors: - { name: pricing, url: "https://airtable.com/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://www.airtable.com/company/tos", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.airtable.com/company/privacy", type: HTML, connector: http, tier: C } - id: zapier extend: true country: US sensors: - { name: pricing, url: "https://zapier.com/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://zapier.com/legal/terms-of-service", type: HTML, connector: http, tier: C } - { name: subprocessors, url: "https://zapier.com/legal/subprocessors", type: HTML, connector: http, tier: C } - id: mailchimp extend: true country: US sensors: - { name: standard terms of use, url: "https://mailchimp.com/legal/terms/", type: HTML, connector: http, tier: C } - { name: acceptable use policy, url: "https://mailchimp.com/legal/acceptable_use/", type: HTML, connector: http, tier: C } - id: intercom extend: true country: US sensors: - { name: pricing, url: "https://www.intercom.com/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms and policies, url: "https://www.intercom.com/legal/terms-and-policies", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.intercom.com/legal/privacy", type: HTML, connector: http, tier: C } - id: zendesk extend: true country: US sensors: - { name: pricing, url: "https://www.zendesk.com/pricing/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: master subscription agreement, url: "https://www.zendesk.com/company/agreements-and-terms/zendesk-customer-agreement/", type: HTML, connector: http, tier: C } - { name: privacy notice, url: "https://www.zendesk.com/company/agreements-and-terms/privacy-notice/", type: HTML, connector: http, tier: C } - id: freshworks name: Freshworks domain: freshworks.com categories: [enterprise, technology] tier: C aliases: [freshdesk] discover: { rss: true, sitemap: false, status: false, pages: false } country: US sensors: - { name: freshdesk pricing, url: "https://www.freshworks.com/freshdesk/pricing/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://www.freshworks.com/terms/", type: HTML, connector: http, tier: C } - { name: privacy notice, url: "https://www.freshworks.com/privacy/", type: HTML, connector: http, tier: C } - { name: leadership, url: "https://www.freshworks.com/company/leadership/", type: HTML, connector: http, tier: D } - id: 1password extend: true country: CA sensors: - { name: terms of service, url: "https://1password.com/legal/terms-of-service", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://1password.com/legal/privacy", type: HTML, connector: http, tier: C } - id: lastpass extend: true country: US sensors: - { name: pricing, url: "https://www.lastpass.com/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://www.lastpass.com/legal-center/terms-of-service/business", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.lastpass.com/legal-center/privacy-notice", type: HTML, connector: http, tier: C } - id: dashlane extend: true country: FR sensors: - { name: pricing, url: "https://www.dashlane.com/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://www.dashlane.com/terms", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.dashlane.com/privacy", type: HTML, connector: http, tier: C } - id: proton extend: true country: CH sensors: - { name: terms of service, url: "https://proton.me/legal/terms", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://proton.me/legal/privacy", type: HTML, connector: http, tier: C } - { name: mail pricing, url: "https://proton.me/mail/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: expressvpn name: ExpressVPN domain: expressvpn.com categories: [cyber, consumer-tech, internet] tier: C discover: { rss: true, sitemap: false, status: false, pages: false } country: VG sensors: - { name: order page, url: "https://www.expressvpn.com/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://www.expressvpn.com/tos", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.expressvpn.com/privacy-policy", type: HTML, connector: http, tier: C } - id: ibm-cloud extend: true country: US sensors: - { name: senior leadership, url: "https://www.ibm.com/investor/governance/senior-leadership", type: HTML, connector: http, tier: D } - { name: privacy statement, url: "https://www.ibm.com/us-en/privacy", type: HTML, connector: http, tier: C } - { name: legal terms, url: "https://www.ibm.com/legal", type: HTML, connector: http, tier: C } - { name: trust center, url: "https://www.ibm.com/trust", type: HTML, connector: http, tier: C } - id: cisco extend: true country: US sensors: - { name: privacy statement, url: "https://www.cisco.com/c/en/us/about/legal/privacy-full.html", type: HTML, connector: http, tier: C } - { name: terms and conditions, url: "https://www.cisco.com/c/en/us/about/legal/terms-conditions.html", type: HTML, connector: http, tier: C } - { name: end-of-sale and end-of-life listing, url: "https://www.cisco.com/c/en/us/support/eol/index.html", type: HTML, connector: http, tier: C } - { name: trust center, url: "https://www.cisco.com/site/us/en/about/trust-center/index.html", type: HTML, connector: http, tier: C } - id: opentext extend: true country: CA sensors: - { name: leadership, url: "https://www.opentext.com/about/leadership", type: HTML, connector: http, tier: D } - id: anthropic extend: true country: US sensors: - { name: consumer terms, url: "https://www.anthropic.com/legal/consumer-terms", type: HTML, connector: http, tier: C } - { name: commercial terms, url: "https://www.anthropic.com/legal/commercial-terms", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.anthropic.com/legal/privacy", type: HTML, connector: http, tier: C } - { name: usage policy, url: "https://www.anthropic.com/legal/aup", type: HTML, connector: http, tier: C } - { name: company, url: "https://www.anthropic.com/company", type: HTML, connector: http, tier: D } - id: google extend: true country: US sensors: - { name: terms of service, url: "https://policies.google.com/terms", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://policies.google.com/privacy", type: HTML, connector: http, tier: C } - { name: google one plans, url: "https://one.google.com/about/plans", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: workspace pricing, url: "https://workspace.google.com/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: workspace pricing canada, url: "https://workspace.google.com/intl/en_ca/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: youtube terms of service, url: "https://www.youtube.com/t/terms", type: HTML, connector: http, tier: C } - { name: youtube premium pricing (help), url: "https://support.google.com/youtube/answer/6308116", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: workspace terms, url: "https://workspace.google.com/terms/premier_terms/", type: HTML, connector: http, tier: C } - { name: workspace subprocessors, url: "https://workspace.google.com/terms/subprocessors/", type: HTML, connector: http, tier: C } - { name: play developer distribution agreement, url: "https://play.google/developer-distribution-agreement.html", type: HTML, connector: http, tier: C } - { name: play developer policy, url: "https://support.google.com/googleplay/android-developer/answer/9857753", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: meta name: Meta Platforms domain: meta.com homepage: https://about.meta.com categories: [internet, technology, media] tier: C aliases: [meta platforms, facebook inc] products: - { name: Facebook, type: product } - { name: Instagram, type: product } - { name: WhatsApp, type: product } - { name: Threads, type: product } discover: { rss: true, sitemap: false, status: false, pages: false } country: US sensors: - { name: community standards, url: "https://transparency.meta.com/policies/community-standards/", type: HTML, connector: http, tier: C } - { name: platform terms (developers), url: "https://developers.facebook.com/terms/", type: HTML, connector: http, tier: C } - { name: whatsapp terms of service, url: "https://www.whatsapp.com/legal/terms-of-service", type: HTML, connector: http, tier: C } - id: x-corp extend: true country: US sensors: - { name: terms of service, url: "https://x.com/en/tos", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://x.com/en/privacy", type: HTML, connector: http, tier: C } - { name: developer agreement, url: "https://docs.x.com/developer-terms/policy", type: HTML, connector: http, tier: C } - id: linkedin name: LinkedIn domain: linkedin.com homepage: https://news.linkedin.com categories: [internet, labour, technology] tier: C aliases: [linkedin corporation] discover: { rss: true, sitemap: false, status: false, pages: false } country: US sensors: - { name: user agreement, url: "https://www.linkedin.com/legal/user-agreement", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.linkedin.com/legal/privacy-policy", type: HTML, connector: http, tier: C } - { name: professional community policies, url: "https://www.linkedin.com/legal/professional-community-policies", type: HTML, connector: http, tier: C } - { name: premium plans, url: "https://premium.linkedin.com/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: leadership, url: "https://news.linkedin.com/about-us#leadership", type: HTML, connector: http, tier: D } - id: tiktok name: TikTok domain: tiktok.com homepage: https://newsroom.tiktok.com categories: [internet, media, technology] tier: C aliases: [bytedance] discover: { rss: true, sitemap: false, status: false, pages: false } country: SG sensors: - { name: terms of service (us), url: "https://www.tiktok.com/legal/page/us/terms-of-service/en", type: HTML, connector: http, tier: C } - { name: newsroom, url: "https://newsroom.tiktok.com/en-us/", type: HTML, connector: http, tier: B } - id: snap name: Snap Inc. domain: snap.com categories: [internet, media, technology] tier: C aliases: [snapchat] discover: { rss: true, sitemap: false, status: false, pages: false } country: US sensors: - { name: terms of service, url: "https://www.snap.com/terms", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.snap.com/privacy/privacy-policy", type: HTML, connector: http, tier: C } - { name: community guidelines, url: "https://values.snap.com/policy/policy-community-guidelines", type: HTML, connector: http, tier: C } - { name: snapchat+, url: "https://www.snapchat.com/plus", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: pinterest name: Pinterest domain: pinterest.com homepage: https://newsroom.pinterest.com categories: [internet, media, technology] tier: C discover: { rss: true, sitemap: false, status: false, pages: false } country: US sensors: - { name: terms of service, url: "https://policy.pinterest.com/en/terms-of-service", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://policy.pinterest.com/en/privacy-policy", type: HTML, connector: http, tier: C } - { name: community guidelines, url: "https://policy.pinterest.com/en/community-guidelines", type: HTML, connector: http, tier: C } - { name: advertising guidelines, url: "https://policy.pinterest.com/en/advertising-guidelines", type: HTML, connector: http, tier: C } - id: reddit extend: true country: US sensors: - { name: user agreement, url: "https://redditinc.com/policies/user-agreement", type: HTML, connector: http, tier: C } - { name: reddit rules, url: "https://redditinc.com/policies/reddit-rules", type: HTML, connector: http, tier: C } - { name: developer terms, url: "https://redditinc.com/policies/developer-terms", type: HTML, connector: http, tier: C } - { name: data api terms, url: "https://redditinc.com/policies/data-api-terms", type: HTML, connector: http, tier: C } - id: discord extend: true country: US sensors: - { name: terms of service, url: "https://discord.com/terms", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://discord.com/privacy", type: HTML, connector: http, tier: C } - { name: community guidelines, url: "https://discord.com/guidelines", type: HTML, connector: http, tier: C } - { name: nitro, url: "https://discord.com/nitro", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: apple extend: true country: US sensors: - { name: website terms of use, url: "https://www.apple.com/legal/internet-services/terms/site.html", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.apple.com/legal/privacy/en-ww/", type: HTML, connector: http, tier: C } - { name: apple media services terms, url: "https://www.apple.com/legal/internet-services/itunes/us/terms.html", type: HTML, connector: http, tier: C } - { name: icloud terms, url: "https://www.apple.com/legal/internet-services/icloud/en/terms.html", type: HTML, connector: http, tier: C } - { name: app store review guidelines, url: "https://developer.apple.com/app-store/review/guidelines/", type: HTML, connector: http, tier: B } - { name: developer program license agreement, url: "https://developer.apple.com/support/terms/", type: HTML, connector: http, tier: C } - { name: leadership, url: "https://www.apple.com/leadership/", type: HTML, connector: http, tier: D } - { name: icloud+ plans and pricing, url: "https://support.apple.com/en-us/108047", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: apple one, url: "https://www.apple.com/apple-one/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: apple music, url: "https://www.apple.com/apple-music/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: apple tv+, url: "https://www.apple.com/apple-tv/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: iphone compare, url: "https://www.apple.com/iphone/compare/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: mac compare, url: "https://www.apple.com/mac/compare/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: apple one canada, url: "https://www.apple.com/ca/apple-one/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: amazon extend: true country: US sensors: - { name: conditions of use, url: "https://www.amazon.com/gp/help/customer/display.html?nodeId=GLSBYFE9MGKKQXXM", type: HTML, connector: http, tier: C } - { name: prime terms, url: "https://www.amazon.com/gp/help/customer/display.html?nodeId=G34EUPKVMYFW8N2U", type: HTML, connector: http, tier: C } - { name: prime membership, url: "https://www.amazon.com/amazonprime", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy notice, url: "https://www.amazon.com/gp/help/customer/display.html?nodeId=GX7NJQ4ZB8MHFRNJ", type: HTML, connector: http, tier: C } - { name: amazon jobs, url: "https://www.amazon.jobs/en/", type: HTML, connector: http, tier: D } # ───────────────────────── Streaming & subscriptions — plans by country, terms ───────────────────────── - id: netflix extend: true country: US sensors: - { name: plans and pricing us, url: "https://help.netflix.com/en/node/24926", type: HTML, connector: http, tier: C } - { name: plans and pricing france, url: "https://help.netflix.com/fr-ca/node/24926", type: HTML, connector: http, tier: C } - { name: terms of use, url: "https://help.netflix.com/legal/termsofuse", type: HTML, connector: http, tier: C } - { name: privacy statement, url: "https://help.netflix.com/legal/privacy", type: HTML, connector: http, tier: C } - { name: leadership, url: "https://about.netflix.com/en/leadership", type: HTML, connector: http, tier: D } - id: spotify extend: true country: SE sensors: - { name: premium us, url: "https://www.spotify.com/us/premium/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: premium canada, url: "https://www.spotify.com/ca-en/premium/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: premium uk, url: "https://www.spotify.com/uk/premium/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: premium france, url: "https://www.spotify.com/fr/premium/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of use, url: "https://www.spotify.com/us/legal/end-user-agreement/", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.spotify.com/us/legal/privacy-policy/", type: HTML, connector: http, tier: C } - { name: company info, url: "https://newsroom.spotify.com/company-info/", type: HTML, connector: http, tier: D } - id: hbo-max name: HBO Max domain: max.com categories: [entertainment, media] tier: C aliases: [max, hbo max, warner bros. discovery streaming] discover: { rss: true, sitemap: false, status: false, pages: false } country: US sensors: - { name: terms of use, url: "https://www.hbomax.com/terms-of-use", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.hbomax.com/privacy", type: HTML, connector: http, tier: C } - id: paramount extend: true country: US sensors: - { name: privacy policy, url: "https://privacy.paramount.com/en/policy", type: HTML, connector: http, tier: C } - { name: leadership, url: "https://www.paramount.com/about/leadership", type: HTML, connector: http, tier: D } - id: youtube name: YouTube domain: youtube.com homepage: https://www.youtube.com/howyoutubeworks/ categories: [internet, media, entertainment] tier: C aliases: [youtube llc] discover: { rss: true, sitemap: false, status: false, pages: false } country: US sensors: - { name: community guidelines, url: "https://www.youtube.com/howyoutubeworks/our-policies/", type: HTML, connector: http, tier: C } - { name: monetization policies, url: "https://support.google.com/youtube/answer/1311392", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: api services terms, url: "https://developers.google.com/youtube/terms/api-services-terms-of-service", type: HTML, connector: http, tier: C } - id: nytimes extend: true country: US sensors: - { name: terms of service, url: "https://help.nytimes.com/policies/115014893428-Terms-of-Service", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://help.nytimes.com/policies/10940941449492-The-New-York-Times-Company-Privacy-Policy", type: HTML, connector: http, tier: C } - { name: leadership, url: "https://www.nytco.com/people/", type: HTML, connector: http, tier: D } - id: financial-times extend: true country: GB sensors: - { name: privacy policy, url: "https://help.ft.com/legal-privacy/privacy-policy/", type: HTML, connector: http, tier: C } - id: globe-and-mail extend: true country: CA sensors: - { name: privacy policy, url: "https://www.theglobeandmail.com/privacy-terms/privacy-policy/", type: HTML, connector: http, tier: C } # ───────────────────────── Consumer electronics & gaming — store/price pages, subscriptions, terms ───────────────────────── - id: playstation extend: true country: US sensors: - { name: ps5 consoles, url: "https://www.playstation.com/en-us/ps5/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: psn terms of service, url: "https://www.playstation.com/en-us/legal/terms-of-service/", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.playstation.com/en-us/legal/privacy-policy/", type: HTML, connector: http, tier: C } - id: xbox extend: true country: US sensors: - { name: game pass us, url: "https://www.xbox.com/en-US/xbox-game-pass", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: game pass canada, url: "https://www.xbox.com/en-CA/xbox-game-pass", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: xbox series x, url: "https://www.xbox.com/en-US/consoles/xbox-series-x", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: nintendo extend: true country: JP sensors: - { name: switch online us, url: "https://www.nintendo.com/us/online/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: switch online canada, url: "https://www.nintendo.com/en-ca/online/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of use, url: "https://www.nintendo.com/us/terms-of-use/", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.nintendo.com/us/privacy-policy/", type: HTML, connector: http, tier: C } - { name: executives, url: "https://www.nintendo.co.jp/corporate/en/officer/index.html", type: HTML, connector: http, tier: D } - id: sony extend: true country: JP sensors: - { name: electronics privacy policy, url: "https://electronics.sony.com/privacy-policy", type: HTML, connector: http, tier: C } - { name: electronics terms of use, url: "https://electronics.sony.com/terms-of-use", type: HTML, connector: http, tier: C } - id: samsung extend: true country: KR sensors: - { name: us privacy policy, url: "https://www.samsung.com/us/account/privacy-policy/", type: HTML, connector: http, tier: C } - { name: us legal, url: "https://www.samsung.com/us/common/legal/", type: HTML, connector: http, tier: C } - { name: us leadership, url: "https://www.samsung.com/us/about-us/leadership-and-mission/", type: HTML, connector: http, tier: D } - id: dell extend: true country: US sensors: - { name: privacy statement, url: "https://www.dell.com/en-us/lp/privacy-center", type: HTML, connector: http, tier: C } - { name: terms of sale, url: "https://www.dell.com/en-us/lp/legal/terms-of-sale", type: HTML, connector: http, tier: C } - id: hp extend: true country: US sensors: - { name: executive team, url: "https://www.hp.com/us-en/hp-information/executive-team.html", type: HTML, connector: http, tier: D } - { name: privacy statement, url: "https://www.hp.com/us-en/privacy/privacy-central.html", type: HTML, connector: http, tier: C } - { name: terms of use, url: "https://www.hp.com/us-en/terms-of-use.html", type: HTML, connector: http, tier: C } - id: lenovo extend: true country: CN sensors: - { name: privacy statement, url: "https://www.lenovo.com/us/en/privacy/", type: HTML, connector: http, tier: C } - { name: legal, url: "https://www.lenovo.com/us/en/legal/", type: HTML, connector: http, tier: C } - id: nvidia extend: true country: US sensors: - { name: board of directors, url: "https://www.nvidia.com/en-us/about-nvidia/board-of-directors/", type: HTML, connector: http, tier: D } - { name: privacy policy, url: "https://www.nvidia.com/en-us/about-nvidia/privacy-policy/", type: HTML, connector: http, tier: C } - { name: legal info, url: "https://www.nvidia.com/en-eu/about-nvidia/terms-of-service/", type: HTML, connector: http, tier: C } - { name: geforce now memberships, url: "https://www.nvidia.com/en-us/geforce-now/premium-memberships/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: intel extend: true country: US sensors: - { name: privacy notice, url: "https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html", type: HTML, connector: http, tier: C } - { name: terms of use, url: "https://www.intel.com/content/www/us/en/legal/terms-of-use.html", type: HTML, connector: http, tier: C } - id: amd extend: true country: US sensors: - { name: privacy policy, url: "https://www.amd.com/en/legal/privacy.html", type: HTML, connector: http, tier: C } - id: arm extend: true country: GB sensors: - { name: leadership, url: "https://www.arm.com/company/leadership", type: HTML, connector: http, tier: D } - { name: privacy policy, url: "https://www.arm.com/company/policies/privacy", type: HTML, connector: http, tier: C } - { name: terms and conditions, url: "https://www.arm.com/company/policies/terms-and-conditions", type: HTML, connector: http, tier: C } - id: micron extend: true country: US sensors: - { name: leadership, url: "https://www.micron.com/about/company/leadership", type: HTML, connector: http, tier: D } - { name: privacy, url: "https://www.micron.com/privacy", type: HTML, connector: http, tier: C } - id: western-digital extend: true country: US sensors: - { name: leadership, url: "https://www.westerndigital.com/company/leadership", type: HTML, connector: http, tier: D } - { name: privacy statement, url: "https://www.westerndigital.com/legal/privacy-statement", type: HTML, connector: http, tier: C } - id: seagate extend: true country: US sensors: - { name: privacy policy, url: "https://www.seagate.com/legal/privacy/privacy-policy/", type: HTML, connector: http, tier: C } - id: logitech name: Logitech domain: logitech.com categories: [consumer-tech, technology] tier: C aliases: [logitech international] discover: { rss: true, sitemap: false, status: false, pages: false } country: CH sensors: - { name: privacy policy, url: "https://www.logitech.com/en-us/legal/privacy-policy", type: HTML, connector: http, tier: C } - id: bose name: Bose domain: bose.com categories: [consumer-tech] tier: C aliases: [bose corporation] discover: { rss: true, sitemap: false, status: false, pages: false } country: US sensors: - { name: terms of use, url: "https://www.bose.com/legal/terms-of-use", type: HTML, connector: http, tier: C } - id: gopro extend: true country: US sensors: - { name: privacy policy, url: "https://gopro.com/en/us/legal/privacy-policy", type: HTML, connector: http, tier: C } - id: peloton extend: true country: US sensors: - { name: membership, url: "https://www.onepeloton.com/membership", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://www.onepeloton.com/terms-of-service", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.onepeloton.com/privacy-policy", type: HTML, connector: http, tier: C } - id: bell-canada extend: true country: CA sensors: - { name: mobility plans, url: "https://www.bell.ca/Mobility/Cell_phone_plans", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: legal, url: "https://www.bell.ca/Legal", type: HTML, connector: http, tier: C } - { name: privacy, url: "https://www.bell.ca/Security_and_privacy/Commitment_to_privacy", type: HTML, connector: http, tier: C } - { name: leadership team, url: "https://www.bce.ca/about-bce/leadership-team", type: HTML, connector: http, tier: D } - id: rogers extend: true country: CA sensors: - { name: wireless plans, url: "https://www.rogers.com/plans", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy policy, url: "https://www.rogers.com/support/privacy", type: HTML, connector: http, tier: C } - id: koodo name: Koodo Mobile domain: koodomobile.com categories: [telecom] tier: C aliases: [koodo, telus koodo] discover: { rss: true, sitemap: false, status: false, pages: false } country: CA sensors: - { name: rate plans, url: "https://www.koodomobile.com/en/shop/mobility/plans/bring-your-own-phone", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: service terms, url: "https://www.koodomobile.com/en/terms/service-terms", type: HTML, connector: http, tier: C } - id: virgin-plus name: Virgin Plus domain: virginplus.ca categories: [telecom] tier: C aliases: [virgin mobile canada, virgin plus mobile] discover: { rss: true, sitemap: false, status: false, pages: false } country: CA sensors: - { name: plans, url: "https://www.virginplus.ca/en/plans/postpaid.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: verizon extend: true country: US sensors: - { name: unlimited plans, url: "https://www.verizon.com/plans/unlimited/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: home internet, url: "https://www.verizon.com/home/internet/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: customer agreement, url: "https://www.verizon.com/about/terms-conditions/overview", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.verizon.com/about/privacy/full-privacy-policy", type: HTML, connector: http, tier: C } - { name: executive bios, url: "https://www.verizon.com/about/our-company/executive-bios", type: HTML, connector: http, tier: D } - id: att extend: true country: US sensors: - { name: wireless plans, url: "https://www.att.com/plans/wireless/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: wireless customer agreement, url: "https://www.att.com/legal/terms.consumerServiceAgreement.html", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://about.att.com/privacy/privacy-notice.html", type: HTML, connector: http, tier: C } - id: t-mobile extend: true country: US sensors: - { name: cell phone plans, url: "https://www.t-mobile.com/cell-phone-plans", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: home internet plans, url: "https://www.t-mobile.com/home-internet/plans", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms and conditions, url: "https://www.t-mobile.com/responsibility/legal/terms-and-conditions", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.t-mobile.com/privacy-center/privacy-notices/t-mobile-privacy-notice", type: HTML, connector: http, tier: C } - id: comcast extend: true country: US sensors: - { name: leadership, url: "https://corporate.comcast.com/company/people/leadership", type: HTML, connector: http, tier: D } - id: charter extend: true country: US sensors: - { name: spectrum internet, url: "https://www.spectrum.com/internet", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of service, url: "https://www.spectrum.com/policies/terms-of-service", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.spectrum.com/policies/your-privacy-rights", type: HTML, connector: http, tier: C } - id: bt extend: true country: GB sensors: - { name: privacy policy, url: "https://www.bt.com/privacy-policy", type: HTML, connector: http, tier: C } - id: ee name: EE domain: ee.co.uk categories: [telecom] tier: C aliases: [ee limited, everything everywhere] discover: { rss: true, sitemap: false, status: false, pages: false } country: GB sensors: - { name: pay monthly plans, url: "https://ee.co.uk/mobile/pay-monthly-phones-gallery", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: broadband, url: "https://ee.co.uk/broadband", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: vodafone extend: true country: GB sensors: - { name: uk sim only deals, url: "https://www.vodafone.co.uk/sim-only/best-sim-only-deals", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: uk terms and conditions, url: "https://www.vodafone.co.uk/terms-and-conditions", type: HTML, connector: http, tier: C } - { name: uk privacy policy, url: "https://www.vodafone.co.uk/privacy", type: HTML, connector: http, tier: C } - id: o2-uk name: O2 (Virgin Media O2) domain: o2.co.uk categories: [telecom] tier: C aliases: [o2, virgin media o2, vmo2] discover: { rss: true, sitemap: false, status: false, pages: false } country: GB sensors: - { name: terms and conditions, url: "https://www.o2.co.uk/termsandconditions", type: HTML, connector: http, tier: C } - id: three-uk name: Three UK domain: three.co.uk categories: [telecom] tier: C aliases: [three, hutchison 3g uk] discover: { rss: true, sitemap: false, status: false, pages: false } country: GB sensors: - { name: terms and conditions, url: "https://www.three.co.uk/terms-conditions", type: HTML, connector: http, tier: C } - id: orange extend: true country: FR sensors: - { name: forfaits mobiles, url: "https://boutique.orange.fr/mobile/offres", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: offres internet, url: "https://boutique.orange.fr/internet/offres-fibre", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: governance, url: "https://www.orange.com/en/governance", type: HTML, connector: http, tier: D } - { name: legal notice, url: "https://www.orange.com/en/legal-notice", type: HTML, connector: http, tier: C } - id: sfr name: SFR domain: sfr.fr categories: [telecom, internet] tier: C aliases: [altice france] discover: { rss: true, sitemap: false, status: false, pages: false } country: FR language: fr sensors: - { name: forfaits mobiles, url: "https://www.sfr.fr/offre-mobile", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: offres internet, url: "https://www.sfr.fr/offre-internet", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: free name: Free (Iliad) domain: free.fr categories: [telecom, internet] tier: C aliases: [free mobile, iliad, freebox] discover: { rss: true, sitemap: false, status: false, pages: false } country: FR language: fr sensors: - { name: forfaits free mobile, url: "https://mobile.free.fr/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: freebox, url: "https://www.free.fr/freebox/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: bouygues-telecom name: Bouygues Telecom domain: bouyguestelecom.fr categories: [telecom, internet] tier: C aliases: [bouygues, b&you] discover: { rss: true, sitemap: false, status: false, pages: false } country: FR language: fr sensors: - { name: forfaits mobiles, url: "https://www.bouyguestelecom.fr/forfaits-mobiles/sans-engagement", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: offres internet, url: "https://www.bouyguestelecom.fr/offres-internet", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: deutsche-telekom extend: true country: DE sensors: - { name: mobilfunk tarife, url: "https://www.telekom.de/shop/tarife/handyvertrag", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: internet tarife, url: "https://www.telekom.de/shop/tarife/internet-tarife", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: telefonica extend: true country: ES sensors: - { name: legal notice, url: "https://www.telefonica.com/en/legal-notice/", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.telefonica.com/en/privacy-policy/", type: HTML, connector: http, tier: C } # ───────────────────────── Airlines — baggage fees, fare rules, conditions of carriage, leadership ───────────────────────── - id: air-canada extend: true country: CA sensors: - { name: checked baggage, url: "https://www.aircanada.com/ca/en/aco/home/plan/baggage/checked.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of use, url: "https://www.aircanada.com/ca/en/aco/home/legal/terms-of-use.html", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.aircanada.com/ca/en/aco/home/legal/privacy-policy.html", type: HTML, connector: http, tier: C } - { name: conditions of carriage and tariffs, url: "https://www.aircanada.com/ca/en/aco/home/legal/conditions-carriage-tariffs.html", type: HTML, connector: http, tier: C } - id: westjet extend: true country: CA sensors: - { name: privacy policy, url: "https://www.westjet.com/en-ca/legal/privacy-policy", type: HTML, connector: http, tier: C } - id: air-transat extend: true country: CA sensors: - { name: fare options, url: "https://www.airtransat.com/en-CA/travel-information/fare-options", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: delta extend: true country: US sensors: - { name: fare types, url: "https://www.delta.com/us/en/booking-information/fare-types", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: contract of carriage, url: "https://www.delta.com/us/en/legal/contract-of-carriage-dgr", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.delta.com/us/en/legal/privacy-and-security", type: HTML, connector: http, tier: C } - id: american-airlines extend: true country: US sensors: - { name: checked baggage policy, url: "https://www.aa.com/web/i18n/travel-info/baggage/checked-baggage-policy.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: conditions of carriage, url: "https://www.aa.com/web/i18n/customer-service/support/conditions-of-carriage.html", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.aa.com/web/i18n/customer-service/support/privacy-policy.html", type: HTML, connector: http, tier: C } - { name: basic economy, url: "https://www.aa.com/web/i18n/travel-info/experience/seats/basic-economy.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: southwest extend: true country: US sensors: - { name: fare types, url: "https://www.southwest.com/airfare-types-benefits/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms and conditions, url: "https://www.southwest.com/about-southwest/terms-and-conditions/", type: HTML, connector: http, tier: C } - { name: contract of carriage (pdf), url: "https://www.southwest.com/swa-resources/pdfs/corporate-commitments/contract-of-carriage.pdf", type: FILE, connector: pdf, tier: C, config: { maxPages: 20 } } - id: jetblue extend: true country: US sensors: - { name: fare options, url: "https://www.jetblue.com/flying-with-us/our-fares", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy policy, url: "https://www.jetblue.com/legal/privacy", type: HTML, connector: http, tier: C } - id: ryanair extend: true country: IE sensors: - { name: terms of use, url: "https://www.ryanair.com/gb/en/lp/legal/terms-of-use", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.ryanair.com/gb/en/lp/privacy-policy", type: HTML, connector: http, tier: C } - id: easyjet extend: true country: GB sensors: - { name: baggage, url: "https://www.easyjet.com/en/help/baggage/cabin-bags", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: air-france-klm extend: true country: FR sensors: - { name: klm privacy policy, url: "https://www.klm.com/information/legal/privacy-policy", type: HTML, connector: http, tier: C } - id: emirates extend: true country: AE sensors: - { name: checked baggage, url: "https://www.emirates.com/us/english/before-you-fly/baggage/checked-baggage/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy policy, url: "https://www.emirates.com/english/information/privacy-policy/", type: HTML, connector: http, tier: C } - id: qantas name: Qantas domain: qantas.com categories: [aviation, travel] tier: C aliases: [qantas airways] discover: { rss: true, sitemap: false, status: false, pages: false } country: AU sensors: - { name: checked baggage, url: "https://www.qantas.com/en-us/baggage/checked", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: conditions of carriage, url: "https://www.qantas.com/en-us/book/flights/conditions-of-carriage", type: HTML, connector: http, tier: C } - { name: privacy and security, url: "https://www.qantas.com/en-us/help/policies/privacy-and-security", type: HTML, connector: http, tier: C } - { name: our company, url: "https://www.qantas.com/en-au/about-us", type: HTML, connector: http, tier: D } # ───────────────────────── Banks & fintech — fee schedules, rates, account pages, leadership, privacy ───────────────────────── - id: rbc extend: true country: CA sensors: - { name: chequing accounts, url: "https://www.rbcroyalbank.com/bank-accounts/chequing-accounts/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: rates, url: "https://www.rbcroyalbank.com/rates/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: mortgage rates, url: "https://www.rbcroyalbank.com/mortgages/mortgage-rates.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy, url: "https://www.rbc.com/privacysecurity/ca/index.html", type: HTML, connector: http, tier: C } - id: td-bank extend: true country: CA sensors: - { name: chequing accounts, url: "https://www.td.com/ca/en/personal-banking/products/bank-accounts/chequing-accounts", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: mortgage rates, url: "https://www.td.com/ca/en/personal-banking/products/mortgages/mortgage-rates", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: savings accounts, url: "https://www.td.com/ca/en/personal-banking/products/bank-accounts/savings-accounts", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: scotiabank extend: true country: CA sensors: - { name: chequing accounts, url: "https://www.scotiabank.com/ca/en/personal/bank-accounts/chequing-accounts.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: rates and prices, url: "https://www.scotiabank.com/ca/en/personal/rates-prices.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: legal, url: "https://www.scotiabank.com/ca/en/about/contact-us/legal.html", type: HTML, connector: http, tier: C } - { name: privacy, url: "https://www.scotiabank.com/ca/en/about/contact-us/privacy.html", type: HTML, connector: http, tier: C } - id: bmo extend: true country: CA sensors: - { name: chequing accounts, url: "https://www.bmo.com/en-ca/main/personal/bank-accounts/chequing-accounts/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: mortgage rates, url: "https://www.bmo.com/en-ca/main/personal/mortgages/mortgage-rates/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy and security, url: "https://www.bmo.com/en-ca/main/personal/security-centre/", type: HTML, connector: http, tier: C } - id: cibc extend: true country: CA sensors: - { name: chequing accounts, url: "https://www.cibc.com/en/personal-banking/bank-accounts/chequing-accounts.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: interest rates, url: "https://www.cibc.com/en/interest-rates/mortgage-rates.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy and security, url: "https://www.cibc.com/en/privacy-security.html", type: HTML, connector: http, tier: C } - { name: legal, url: "https://www.cibc.com/en/legal.html", type: HTML, connector: http, tier: C } - id: national-bank-of-canada extend: true country: CA sensors: - { name: chequing accounts, url: "https://www.nbc.ca/personal/accounts/chequing.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy policy, url: "https://www.nbc.ca/privacy-policy.html", type: HTML, connector: http, tier: C } - id: desjardins extend: true country: CA sensors: - { name: rates and returns, url: "https://www.desjardins.com/en/rates.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: accounts, url: "https://www.desjardins.com/en/accounts-services.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy, url: "https://www.desjardins.com/ca/privacy/index.jsp", type: HTML, connector: http, tier: C } - id: tangerine name: Tangerine Bank domain: tangerine.ca categories: [finance] tier: C aliases: [tangerine, scotiabank tangerine] discover: { rss: true, sitemap: false, status: false, pages: false } country: CA sensors: - { name: rates, url: "https://www.tangerine.ca/en/rates", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: chequing account, url: "https://www.tangerine.ca/en/personal/spend/chequing-account", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: legal, url: "https://www.tangerine.ca/en/legal", type: HTML, connector: http, tier: C } - id: wealthsimple extend: true country: CA sensors: - { name: terms of use, url: "https://www.wealthsimple.com/en-ca/legal/terms", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.wealthsimple.com/en-ca/legal/privacy", type: HTML, connector: http, tier: C } - { name: pricing, url: "https://www.wealthsimple.com/en-ca/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: jpmorgan-chase extend: true country: US sensors: - { name: chase checking, url: "https://personal.chase.com/personal/checking", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: chase mortgage rates, url: "https://www.chase.com/personal/mortgage/mortgage-rates", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: chase savings, url: "https://personal.chase.com/personal/savings", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy and security, url: "https://www.chase.com/digital/resources/privacy-security", type: HTML, connector: http, tier: C } - { name: terms of use, url: "https://www.chase.com/digital/resources/terms-of-use", type: HTML, connector: http, tier: C } - id: bank-of-america extend: true country: US sensors: - { name: mortgage rates, url: "https://www.bankofamerica.com/mortgage/mortgage-rates/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: savings, url: "https://www.bankofamerica.com/deposits/savings/savings-accounts/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy overview, url: "https://web.bankofamerica.com/en/privacy", type: HTML, connector: http, tier: C } - id: wells-fargo extend: true country: US sensors: - { name: checking, url: "https://www.wellsfargo.com/checking/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: mortgage rates, url: "https://www.wellsfargo.com/mortgage/rates/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: savings, url: "https://www.wellsfargo.com/savings-cds/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: governance, url: "https://www.wellsfargo.com/about/corporate/governance/", type: HTML, connector: http, tier: D } - id: citigroup extend: true country: US sensors: - { name: leadership, url: "https://www.citigroup.com/global/about-us/leadership", type: HTML, connector: http, tier: D } - id: capital-one extend: true country: US sensors: - { name: 360 checking, url: "https://www.capitalone.com/bank/checking-accounts/online-checking-account/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: 360 performance savings, url: "https://www.capitalone.com/bank/savings-accounts/online-performance-savings-account/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: credit cards, url: "https://www.capitalone.com/credit-cards/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy, url: "https://www.capitalone.com/privacy/", type: HTML, connector: http, tier: C } - id: goldman-sachs extend: true country: US sensors: - { name: leadership, url: "https://www.goldmansachs.com/our-firm/our-people-and-leadership/leadership", type: HTML, connector: http, tier: D } - { name: privacy and cookies, url: "https://www.goldmansachs.com/privacy-and-cookies", type: HTML, connector: http, tier: C } - id: morgan-stanley extend: true country: US sensors: - { name: leadership, url: "https://www.morganstanley.com/about-us/leadership", type: HTML, connector: http, tier: D } - { name: privacy pledge, url: "https://www.morganstanley.com/privacy-pledge", type: HTML, connector: http, tier: C } - id: american-express extend: true country: US sensors: - { name: website rules, url: "https://www.americanexpress.com/us/legal-disclosures/website-rules-and-regulations.html", type: HTML, connector: http, tier: C } - id: discover-financial name: Discover Financial Services domain: discover.com categories: [finance, payments] tier: C aliases: [discover, discover card] discover: { rss: true, sitemap: false, status: false, pages: false } country: US sensors: - { name: credit cards, url: "https://www.discover.com/credit-cards/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy, url: "https://www.discover.com/privacy-statement/", type: HTML, connector: http, tier: C } - id: us-bancorp extend: true country: US sensors: - { name: checking accounts, url: "https://www.usbank.com/bank-accounts/checking-accounts.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: savings accounts, url: "https://www.usbank.com/bank-accounts/savings-accounts.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy, url: "https://www.usbank.com/about-us-bank/privacy.html", type: HTML, connector: http, tier: C } - id: pnc extend: true country: US sensors: - { name: privacy policy, url: "https://www.pnc.com/en/privacy-policy.html", type: HTML, connector: http, tier: C } - id: truist name: Truist Financial domain: truist.com categories: [finance] tier: C aliases: [truist, bb&t, suntrust] discover: { rss: true, sitemap: false, status: false, pages: false } country: US sensors: - { name: checking, url: "https://www.truist.com/checking", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy, url: "https://www.truist.com/privacy", type: HTML, connector: http, tier: C } - id: charles-schwab extend: true country: US sensors: - { name: pricing, url: "https://www.schwab.com/pricing", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy, url: "https://www.schwab.com/legal/privacy", type: HTML, connector: http, tier: C } - { name: terms of use, url: "https://www.schwab.com/legal/schwab-terms-of-use", type: HTML, connector: http, tier: C } - { name: leadership, url: "https://www.aboutschwab.com/leadership", type: HTML, connector: http, tier: D } - id: fidelity extend: true country: US sensors: - { name: commissions and margin rates, url: "https://www.fidelity.com/trading/commissions-margin-rates", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy policy, url: "https://www.fidelity.com/privacy/overview", type: HTML, connector: http, tier: C } - { name: terms of use, url: "https://www.fidelity.com/terms-of-use", type: HTML, connector: http, tier: C } - id: robinhood extend: true country: US sensors: - { name: trading fees, url: "https://robinhood.com/us/en/support/articles/trading-fees-on-robinhood/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: robinhood gold, url: "https://robinhood.com/us/en/gold/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: legal, url: "https://robinhood.com/us/en/about/legal/", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://robinhood.com/us/en/support/articles/privacy-policy/", type: HTML, connector: http, tier: C } - id: wise extend: true country: GB sensors: - { name: us pricing, url: "https://wise.com/us/pricing/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: uk pricing, url: "https://wise.com/gb/pricing/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: monzo extend: true country: GB sensors: - { name: terms and conditions, url: "https://monzo.com/legal/terms-and-conditions/", type: HTML, connector: http, tier: C } - { name: privacy notice, url: "https://monzo.com/legal/privacy-notice/", type: HTML, connector: http, tier: C } - id: n26 name: N26 domain: n26.com categories: [finance] tier: C aliases: [n26 bank] discover: { rss: true, sitemap: false, status: false, pages: false } country: DE sensors: - { name: plans, url: "https://n26.com/en-eu/plans", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: hsbc extend: true country: GB sensors: - { name: board of directors, url: "https://www.hsbc.com/who-we-are/our-people/board-of-directors", type: HTML, connector: http, tier: D } - { name: uk current accounts, url: "https://www.hsbc.co.uk/current-accounts/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy notice, url: "https://www.hsbc.com/privacy-notice", type: HTML, connector: http, tier: C } - { name: terms and conditions, url: "https://www.hsbc.com/terms-and-conditions", type: HTML, connector: http, tier: C } - id: barclays extend: true country: GB sensors: - { name: uk current accounts, url: "https://www.barclays.co.uk/current-accounts/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: uk privacy policy, url: "https://www.barclays.co.uk/important-information/control-your-data/", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://home.barclays/privacy-policy/", type: HTML, connector: http, tier: C } - id: lloyds-banking-group name: Lloyds Banking Group domain: lloydsbankinggroup.com categories: [finance] tier: C aliases: [lloyds bank, halifax, bank of scotland] discover: { rss: true, sitemap: false, status: false, pages: false } country: GB sensors: - { name: our leadership, url: "https://www.lloydsbankinggroup.com/who-we-are/our-leadership/", type: HTML, connector: http, tier: D } - { name: group executive committee, url: "https://www.lloydsbankinggroup.com/who-we-are/our-leadership/group-executive-committee.html", type: HTML, connector: http, tier: D } - { name: lloyds current accounts, url: "https://www.lloydsbank.com/current-accounts.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: lloyds privacy, url: "https://www.lloydsbank.com/legal/privacy.html", type: HTML, connector: http, tier: C } - id: natwest-group name: NatWest Group domain: natwestgroup.com categories: [finance] tier: C aliases: [natwest, royal bank of scotland, rbs] discover: { rss: true, sitemap: false, status: false, pages: false } country: GB sensors: - { name: natwest current accounts, url: "https://www.natwest.com/current-accounts.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: societe-generale name: Société Générale domain: societegenerale.com categories: [finance] tier: C aliases: [societe generale, socgen, sg] discover: { rss: true, sitemap: false, status: false, pages: false } country: FR language: fr sensors: - { name: general management, url: "https://www.societegenerale.com/en/group/governance/general-management", type: HTML, connector: http, tier: D } - { name: board of directors, url: "https://www.societegenerale.com/en/group/governance/board-of-directors", type: HTML, connector: http, tier: D } - id: credit-agricole name: Crédit Agricole domain: credit-agricole.com categories: [finance] tier: C aliases: [credit agricole, casa] discover: { rss: true, sitemap: false, status: false, pages: false } country: FR language: fr sensors: - { name: governance, url: "https://www.credit-agricole.com/en/group/governance", type: HTML, connector: http, tier: D } - id: deutsche-bank extend: true country: DE sensors: - { name: privacy notice, url: "https://www.db.com/legal-resources/privacy-notice", type: HTML, connector: http, tier: C } - { name: legal resources, url: "https://www.db.com/legal-resources", type: HTML, connector: http, tier: C } - id: ubs extend: true country: CH sensors: - { name: privacy statement, url: "https://www.ubs.com/global/en/legal/privacy.html", type: HTML, connector: http, tier: C } - id: santander extend: true country: ES sensors: - { name: uk current accounts, url: "https://www.santander.co.uk/personal/current-accounts", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: unicredit name: UniCredit domain: unicreditgroup.eu categories: [finance] tier: C aliases: [unicredit group] discover: { rss: true, sitemap: false, status: false, pages: false } country: IT sensors: - { name: governance, url: "https://www.unicreditgroup.eu/en/governance.html", type: HTML, connector: http, tier: D } - id: intesa-sanpaolo name: Intesa Sanpaolo domain: group.intesasanpaolo.com categories: [finance] tier: C aliases: [intesa] discover: { rss: true, sitemap: false, status: false, pages: false } country: IT sensors: - { name: governance, url: "https://group.intesasanpaolo.com/en/governance", type: HTML, connector: http, tier: D } - id: visa extend: true country: US sensors: - { name: privacy, url: "https://www.visa.com/en-us/legal/global-privacy-notice", type: HTML, connector: http, tier: C } - { name: interchange (usa), url: "https://usa.visa.com/support/small-business/regulations-fees.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: mastercard extend: true country: US sensors: - { name: privacy notice, url: "https://www.mastercard.com/global/en/privacy-notice.html", type: HTML, connector: http, tier: C } - { name: interchange rates (us), url: "https://www.mastercard.com/us/en/business/support/merchant-interchange-rates.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: interac extend: true country: CA sensors: - { name: privacy, url: "https://www.interac.ca/en/privacy/", type: HTML, connector: http, tier: C } - { name: legal, url: "https://www.interac.ca/en/legal/", type: HTML, connector: http, tier: C } # ───────────────────────── Insurance — leadership, privacy, terms ───────────────────────── - id: manulife extend: true country: CA sensors: - { name: privacy policy, url: "https://www.manulife.com/ca/en/about-us/privacy-policy", type: HTML, connector: http, tier: C } - { name: legal, url: "https://www.manulife.com/ca/en/about-us/legal", type: HTML, connector: http, tier: C } - id: allstate extend: true country: US sensors: - { name: leadership, url: "https://www.allstatecorporation.com/about/leadership.aspx", type: HTML, connector: http, tier: D } - { name: privacy statement, url: "https://www.allstate.com/privacy-center", type: HTML, connector: http, tier: C } - { name: terms of use, url: "https://www.allstate.com/terms", type: HTML, connector: http, tier: C } - id: state-farm name: State Farm domain: statefarm.com categories: [finance] tier: C aliases: [state farm insurance] discover: { rss: true, sitemap: false, status: false, pages: false } country: US sensors: - { name: privacy and security, url: "https://www.statefarm.com/customer-care/privacy-security", type: HTML, connector: http, tier: C } - id: geico name: GEICO domain: geico.com categories: [finance] tier: C aliases: [geico insurance, berkshire hathaway geico] discover: { rss: true, sitemap: false, status: false, pages: false } country: US sensors: - { name: privacy policy, url: "https://www.geico.com/privacy/", type: HTML, connector: http, tier: C } - id: progressive extend: true country: US sensors: - { name: leadership, url: "https://www.progressive.com/about/leadership/", type: HTML, connector: http, tier: D } - { name: privacy policy, url: "https://www.progressive.com/privacy/", type: HTML, connector: http, tier: C } - id: axa extend: true country: FR sensors: - { name: board of directors, url: "https://www.axa.com/en/about-us/board-of-directors", type: HTML, connector: http, tier: D } - { name: privacy policy, url: "https://www.axa.com/en/privacy-policy", type: HTML, connector: http, tier: C } - id: unitedhealth-group extend: true country: US sensors: - { name: privacy, url: "https://www.unitedhealthgroup.com/privacy.html", type: HTML, connector: http, tier: C } - { name: terms of use, url: "https://www.unitedhealthgroup.com/terms-of-use.html", type: HTML, connector: http, tier: C } - id: cvs-health extend: true country: US sensors: - { name: cvs privacy policy, url: "https://www.cvs.com/retail/help/privacy_policy", type: HTML, connector: http, tier: C } - { name: cvs terms of use, url: "https://www.cvs.com/retail/help/terms_of_use", type: HTML, connector: http, tier: C } - id: kaiser-permanente extend: true country: US sensors: - { name: privacy practices, url: "https://healthy.kaiserpermanente.org/privacy-practices", type: HTML, connector: http, tier: C } - id: mayo-clinic extend: true country: US sensors: - { name: leadership, url: "https://www.mayoclinic.org/about-mayo-clinic/governance/leadership", type: HTML, connector: http, tier: D } - { name: cost estimator, url: "https://www.mayoclinic.org/patient-visitor-guide/billing-insurance/cost-estimator", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy policy, url: "https://www.mayoclinic.org/about-this-site/privacy-policy", type: HTML, connector: http, tier: C } - { name: terms of use, url: "https://www.mayoclinic.org/about-this-site/terms-conditions-use-policy", type: HTML, connector: http, tier: C } - id: cleveland-clinic extend: true country: US sensors: - { name: privacy and security, url: "https://my.clevelandclinic.org/about/website/privacy-security", type: HTML, connector: http, tier: C } - id: mount-sinai extend: true country: US sensors: - { name: leadership, url: "https://www.mountsinai.org/about/executive-leadership", type: HTML, connector: http, tier: D } - { name: price transparency, url: "https://www.mountsinai.org/about/insurance/price-transparency", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: mass-general-brigham extend: true country: US sensors: - { name: leadership, url: "https://www.massgeneralbrigham.org/en/about/leadership", type: HTML, connector: http, tier: D } - id: pfizer extend: true country: US sensors: - { name: executives, url: "https://www.pfizer.com/about/leadership", type: HTML, connector: http, tier: D } - { name: privacy policy, url: "https://www.pfizer.com/privacy", type: HTML, connector: http, tier: C } - { name: terms of use, url: "https://www.pfizer.com/general/terms", type: HTML, connector: http, tier: C } - id: johnson-and-johnson extend: true country: US sensors: - { name: privacy policy, url: "https://www.jnj.com/privacy-policy", type: HTML, connector: http, tier: C } - { name: legal notice, url: "https://www.jnj.com/legal-notice", type: HTML, connector: http, tier: C } - id: amgen extend: true country: US sensors: - { name: leadership, url: "https://www.amgen.com/about/leadership", type: HTML, connector: http, tier: D } - { name: privacy statement, url: "https://www.amgen.com/privacy-statement", type: HTML, connector: http, tier: C } - id: merck extend: true country: US sensors: - { name: leadership, url: "https://www.merck.com/company-overview/leadership/", type: HTML, connector: http, tier: D } - { name: privacy, url: "https://www.msdprivacy.com/us/en/", type: HTML, connector: http, tier: C } - id: astrazeneca extend: true country: GB sensors: - { name: leadership, url: "https://www.astrazeneca.com/our-company/leadership.html", type: HTML, connector: http, tier: D } - { name: privacy notice, url: "https://www.azprivacy.astrazeneca.com/ca/CA-EN/privacy-notices/", type: HTML, connector: http, tier: C } - { name: legal notice, url: "https://www.astrazeneca.com/legal-notice-and-terms-of-use.html", type: HTML, connector: http, tier: C } - id: roche extend: true country: CH sensors: - { name: executive committee, url: "https://www.roche.com/about/governance/executive-committee", type: HTML, connector: http, tier: D } - { name: board of directors, url: "https://www.roche.com/about/governance/board-of-directors", type: HTML, connector: http, tier: D } - { name: privacy policy, url: "https://www.roche.com/privacy-notice", type: HTML, connector: http, tier: C } - id: novartis extend: true country: CH sensors: - { name: privacy policy, url: "https://www.novartis.com/privacy", type: HTML, connector: http, tier: C } - id: gsk extend: true country: GB sensors: - { name: privacy notice, url: "https://privacy.gsk.com/en-gb/privacy-notice/general/", type: HTML, connector: http, tier: C } - { name: terms of use, url: "https://www.gsk.com/en-gb/terms-of-use/", type: HTML, connector: http, tier: C } - id: sanofi extend: true country: FR sensors: - { name: governance, url: "https://www.sanofi.com/en/our-company/governance", type: HTML, connector: http, tier: D } - { name: legal notice, url: "https://www.sanofi.com/en/legal-notice", type: HTML, connector: http, tier: C } - id: moderna extend: true country: US sensors: - { name: leadership, url: "https://www.modernatx.com/about-us/leadership", type: HTML, connector: http, tier: D } - { name: privacy policy, url: "https://www.modernatx.com/privacy-policy", type: HTML, connector: http, tier: C } - id: bayer extend: true country: DE sensors: - { name: board of management, url: "https://www.bayer.com/en/board-of-management", type: HTML, connector: http, tier: D } - { name: privacy statement, url: "https://www.bayer.com/en/privacy-statement", type: HTML, connector: http, tier: C } - id: basf name: BASF domain: basf.com categories: [energy, technology, agriculture] tier: C aliases: [basf se] discover: { rss: true, sitemap: false, status: false, pages: false } country: DE sensors: - { name: board of executive directors, url: "https://www.basf.com/global/en/who-we-are/organization/management/board-of-executive-directors", type: HTML, connector: http, tier: D } - { name: data protection, url: "https://www.basf.com/global/en/legal/data-protection-at-basf", type: HTML, connector: http, tier: C } - id: boeing extend: true country: US sensors: - { name: executive biographies, url: "https://www.boeing.com/company/bios", type: HTML, connector: http, tier: D } - { name: privacy and cookie policy, url: "https://www.boeing.com/privacy-and-cookie-policy", type: HTML, connector: http, tier: C } - id: rtx extend: true country: US sensors: - { name: privacy, url: "https://www.rtx.com/privacy", type: HTML, connector: http, tier: C } - id: ge-aerospace extend: true country: US sensors: - { name: leadership, url: "https://www.geaerospace.com/company/about-us/leadership", type: HTML, connector: http, tier: D } - id: 3m extend: true country: US sensors: - { name: privacy policy, url: "https://www.3m.com/3M/en_US/company-us/privacy-policy/", type: HTML, connector: http, tier: C } - { name: legal information, url: "https://www.3m.com/3M/en_US/company-us/legal-information/", type: HTML, connector: http, tier: C } - id: caterpillar extend: true country: US sensors: - { name: legal notices, url: "https://www.caterpillar.com/en/legal-notices.html", type: HTML, connector: http, tier: C } - id: honeywell-international extend: true country: US sensors: - { name: privacy statement, url: "https://www.honeywell.com/us/en/legal/privacy-statement", type: HTML, connector: http, tier: C } - { name: terms and conditions, url: "https://www.honeywell.com/us/en/legal/terms-and-conditions", type: HTML, connector: http, tier: C } # ───────────────────────── Automakers — pricing/incentives pages, leadership, privacy ───────────────────────── - id: tesla extend: true country: US sensors: - { name: legal, url: "https://www.tesla.com/about/legal", type: HTML, connector: http, tier: C } - id: gm extend: true country: US sensors: - { name: leadership, url: "https://www.gm.com/company/leadership", type: HTML, connector: http, tier: D } - { name: privacy statement, url: "https://www.gm.com/privacy-statement", type: HTML, connector: http, tier: C } - id: toyota extend: true country: JP sensors: - { name: executives (global), url: "https://global.toyota/en/company/profile/executives/", type: HTML, connector: http, tier: D } - { name: privacy notice, url: "https://www.toyota.com/support/privacy-notice/", type: HTML, connector: http, tier: C } - id: honda extend: true country: JP sensors: - { name: privacy notice, url: "https://www.honda.com/privacy/privacy-notice", type: HTML, connector: http, tier: C } - id: bmw extend: true country: DE sensors: - { name: bmw usa privacy policy, url: "https://www.bmwusa.com/privacy-policy.html", type: HTML, connector: http, tier: C } - id: mercedes-benz extend: true country: DE sensors: - { name: board of management, url: "https://group.mercedes-benz.com/company/corporate-governance/board-of-management/", type: HTML, connector: http, tier: D } - { name: supervisory board, url: "https://group.mercedes-benz.com/company/corporate-governance/supervisory-board/", type: HTML, connector: http, tier: D } - { name: privacy statement, url: "https://group.mercedes-benz.com/privacy/", type: HTML, connector: http, tier: C } - id: stellantis extend: true country: NL sensors: - { name: board of directors, url: "https://www.stellantis.com/en/company/governance/board-of-directors", type: HTML, connector: http, tier: D } - { name: privacy, url: "https://www.stellantis.com/en/privacy", type: HTML, connector: http, tier: C } - id: hyundai extend: true country: KR sensors: - { name: usa privacy policy, url: "https://www.hyundaiusa.com/us/en/privacy-policy", type: HTML, connector: http, tier: C } - id: kia name: Kia domain: kia.com categories: [automotive] tier: C aliases: [kia corporation, kia motors] discover: { rss: true, sitemap: false, status: false, pages: false } country: KR sensors: - { name: executives (media), url: "https://www.kiamedia.com/us/en/executives", type: HTML, connector: http, tier: D } - id: nissan name: Nissan domain: nissan-global.com categories: [automotive] tier: C aliases: [nissan motor, infiniti] discover: { rss: true, sitemap: false, status: false, pages: false } country: JP sensors: - { name: executives, url: "https://www.nissan-global.com/EN/COMPANY/PROFILE/EXECUTIVE/", type: HTML, connector: http, tier: D } - { name: usa privacy policy, url: "https://www.nissanusa.com/privacy.html", type: HTML, connector: http, tier: C } - id: mazda name: Mazda domain: mazda.com categories: [automotive] tier: C aliases: [mazda motor] discover: { rss: true, sitemap: false, status: false, pages: false } country: JP sensors: - { name: usa privacy, url: "https://www.mazdausa.com/site/privacy", type: HTML, connector: http, tier: C } - id: porsche name: Porsche domain: porsche.com categories: [automotive] tier: C aliases: [porsche ag, dr. ing. h.c. f. porsche] discover: { rss: true, sitemap: false, status: false, pages: false } country: DE sensors: - { name: usa privacy policy, url: "https://www.porsche.com/usa/legal/privacy-policy/", type: HTML, connector: http, tier: C } - { name: 911 models (usa), url: "https://www.porsche.com/usa/models/911/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: ferrari name: Ferrari domain: ferrari.com categories: [automotive] tier: C aliases: [ferrari n.v.] discover: { rss: true, sitemap: false, status: false, pages: false } country: IT sensors: - { name: governance, url: "https://www.ferrari.com/en-EN/corporate/governance", type: HTML, connector: http, tier: D } - { name: legal, url: "https://www.ferrari.com/en-EN/legal", type: HTML, connector: http, tier: C } - id: volvo-cars name: Volvo Cars domain: volvocars.com categories: [automotive] tier: C aliases: [volvo car corporation] discover: { rss: true, sitemap: false, status: false, pages: false } country: SE sensors: - { name: us privacy, url: "https://www.volvocars.com/us/legal/privacy/privacy-customer-privacy-policy/", type: HTML, connector: http, tier: C } - id: polestar name: Polestar domain: polestar.com categories: [automotive] tier: C aliases: [polestar automotive] discover: { rss: true, sitemap: false, status: false, pages: false } country: SE sensors: - { name: polestar 2 (us), url: "https://www.polestar.com/us/polestar-2/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy policy, url: "https://www.polestar.com/us/legal/privacy/privacy-policy/", type: HTML, connector: http, tier: C } - id: rivian extend: true country: US sensors: - { name: privacy policy, url: "https://rivian.com/privacy/notice", type: HTML, connector: http, tier: C } - id: lucid extend: true country: US sensors: - { name: lucid air, url: "https://lucidmotors.com/air", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: leadership, url: "https://lucidmotors.com/company", type: HTML, connector: http, tier: D } - id: walmart extend: true country: US sensors: - { name: walmart+, url: "https://www.walmart.com/plus", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: leadership, url: "https://corporate.walmart.com/about/leadership", type: HTML, connector: http, tier: D } - { name: privacy notice, url: "https://corporate.walmart.com/privacy-security/walmart-privacy-notice", type: HTML, connector: http, tier: C } - { name: terms of use, url: "https://www.walmart.com/help/article/walmart-com-terms-of-use/3b75080af40340d6bbd596f116fae5a0", type: HTML, connector: http, tier: C } - id: target extend: true country: US sensors: - { name: leadership, url: "https://corporate.target.com/about/leadership-team", type: HTML, connector: http, tier: D } - id: best-buy extend: true country: US sensors: - { name: terms and conditions, url: "https://www.bestbuy.com/site/help-topics/terms-and-conditions/pcmcat204400050067.c?id=pcmcat204400050067", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.bestbuy.com/site/privacy-policy/privacy-policy/pcmcat204400050062.c?id=pcmcat204400050062", type: HTML, connector: http, tier: C } - { name: my best buy memberships, url: "https://www.bestbuy.com/site/my-best-buy/my-best-buy-memberships/pcmcat1676393906371.c?id=pcmcat1676393906371", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: loblaw extend: true country: CA sensors: - { name: privacy policy, url: "https://www.loblaw.ca/en/privacy-policy/", type: HTML, connector: http, tier: C } - id: metro-inc extend: true country: CA sensors: - { name: legal notice, url: "https://www.metro.ca/en/legal-notice", type: HTML, connector: http, tier: C } - id: sobeys name: Sobeys (Empire Company) domain: sobeys.com categories: [retail, food] tier: C aliases: [sobeys, empire company, iga, safeway canada] discover: { rss: true, sitemap: false, status: false, pages: false } country: CA sensors: - { name: privacy policy, url: "https://www.sobeys.com/privacy-policy", type: HTML, connector: http, tier: C } - id: ikea extend: true country: SE sensors: - { name: us terms and conditions, url: "https://www.ikea.com/us/en/customer-service/terms-conditions/", type: HTML, connector: http, tier: C } - { name: us privacy policy, url: "https://www.ikea.com/us/en/customer-service/privacy-policy/", type: HTML, connector: http, tier: C } - { name: canada terms and conditions, url: "https://www.ikea.com/ca/en/customer-service/terms-conditions/", type: HTML, connector: http, tier: C } - id: nike extend: true country: US sensors: - { name: privacy policy, url: "https://agreementservice.svs.nike.com/us/en_us/rest/agreement?agreementType=privacyPolicy&uxId=com.nike.commerce.nikedotcom.web&country=US&language=en&requestType=redirect", type: HTML, connector: http, tier: C } - { name: terms of use, url: "https://agreementservice.svs.nike.com/us/en_us/rest/agreement?agreementType=termsOfUse&uxId=com.nike.commerce.nikedotcom.web&country=US&language=en&requestType=redirect", type: HTML, connector: http, tier: C } - id: lululemon extend: true country: CA sensors: - { name: terms of use, url: "https://shop.lululemon.com/help/legal/terms-of-use", type: HTML, connector: http, tier: C } - id: starbucks extend: true country: US sensors: - { name: terms of use, url: "https://www.starbucks.com/terms/starbucks-terms-of-use/", type: HTML, connector: http, tier: C } - { name: privacy notice, url: "https://www.starbucks.com/terms/privacy-notice/", type: HTML, connector: http, tier: C } - { name: rewards terms, url: "https://www.starbucks.com/rewards/terms/", type: HTML, connector: http, tier: C } - id: mcdonalds extend: true country: US sensors: - { name: terms and conditions, url: "https://www.mcdonalds.com/us/en-us/terms-and-conditions.html", type: HTML, connector: http, tier: C } - { name: privacy statement, url: "https://www.mcdonalds.com/us/en-us/privacy.html", type: HTML, connector: http, tier: C } - { name: full menu (canada), url: "https://www.mcdonalds.com/ca/en-ca/full-menu.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: pepsico extend: true country: US sensors: - { name: leadership, url: "https://www.pepsico.com/leadership", type: HTML, connector: http, tier: D } - { name: terms of use, url: "https://www.pepsico.com/terms-of-use", type: HTML, connector: http, tier: C } - id: coca-cola extend: true country: US sensors: - { name: leadership, url: "https://www.coca-colacompany.com/about-us/leadership", type: HTML, connector: http, tier: D } - id: unilever extend: true country: GB sensors: - { name: our leadership, url: "https://www.unilever.com/our-company/our-leadership/", type: HTML, connector: http, tier: D } - { name: legal, url: "https://www.unilever.com/legal-notice/", type: HTML, connector: http, tier: C } - id: procter-gamble extend: true country: US sensors: - { name: leadership team, url: "https://us.pg.com/leadership-team/", type: HTML, connector: http, tier: D } - id: lvmh extend: true country: FR sensors: - { name: privacy policy, url: "https://www.lvmh.com/en/privacy-policy", type: HTML, connector: http, tier: C } - id: hm-group extend: true country: SE sensors: - { name: us terms and conditions, url: "https://www2.hm.com/en_us/customer-service/legal-and-privacy/terms-and-conditions.html", type: HTML, connector: http, tier: C } - id: uber extend: true country: US sensors: - { name: leadership, url: "https://www.uber.com/us/en/about/leadership/", type: HTML, connector: http, tier: D } - { name: terms of use, url: "https://www.uber.com/us/en/legal/general-terms-of-use/", type: HTML, connector: http, tier: C } - { name: uber one, url: "https://www.uber.com/us/en/uber-one/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: lyft extend: true country: US sensors: - { name: terms of service, url: "https://www.lyft.com/terms", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.lyft.com/privacy", type: HTML, connector: http, tier: C } - id: doordash extend: true country: US sensors: - { name: company, url: "https://about.doordash.com/en-us/company", type: HTML, connector: http, tier: D } - id: airbnb extend: true country: US sensors: - { name: terms of service, url: "https://www.airbnb.com/help/article/2908", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.airbnb.com/help/article/2855", type: HTML, connector: http, tier: C } - { name: service fees, url: "https://www.airbnb.com/help/article/1857", type: HTML, connector: http, tier: C } - id: booking-holdings extend: true country: US sensors: - { name: booking.com terms, url: "https://www.booking.com/content/terms.html", type: HTML, connector: http, tier: C } - { name: booking.com privacy, url: "https://www.booking.com/content/privacy.html", type: HTML, connector: http, tier: C } - { name: leadership, url: "https://www.bookingholdings.com/about/leadership/", type: HTML, connector: http, tier: D } - id: hydro-quebec extend: true country: CA sensors: - { name: residential rates, url: "https://www.hydroquebec.com/residential/customer-space/rates/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: rate d, url: "https://www.hydroquebec.com/residential/customer-space/rates/rate-d.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: business rates, url: "https://www.hydroquebec.com/business/customer-space/rates/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: hydro-one extend: true country: CA sensors: - { name: rates and charges, url: "https://www.hydroone.com/rates-and-billing/rates-and-charges", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: bc-hydro extend: true country: CA sensors: - { name: residential rates, url: "https://app.bchydro.com/accounts-billing/rates-energy-use/electricity-rates/residential-rates.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: business rates, url: "https://app.bchydro.com/accounts-billing/rates-energy-use/electricity-rates/business-rates.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: board of directors, url: "https://www.bchydro.com/about/who_we_are/board_of_directors.html", type: HTML, connector: http, tier: D } - id: edf extend: true country: FR sensors: - { name: tarif bleu, url: "https://particulier.edf.fr/fr/accueil/electricite-gaz/tarif-bleu.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: comité exécutif, url: "https://www.edf.fr/groupe-edf/gouvernance", type: HTML, connector: http, tier: D } - { name: conseil d'administration, url: "https://www.edf.fr/groupe-edf/edf-en-bref/gouvernance/conseil-d-administration", type: HTML, connector: http, tier: D } - id: enel extend: true country: IT sensors: - { name: offerte luce, url: "https://www.enel.it/it-it/offerte-luce", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: national-grid extend: true country: GB sensors: - { name: us rates (ny), url: "https://www.nationalgridus.com/Upstate-NY-Home/Rates/Service-Rates", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: iberdrola extend: true country: ES sensors: - { name: tarifas luz, url: "https://www.iberdrola.es/luz/tarifas", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: duke-energy extend: true country: US sensors: - { name: leadership, url: "https://www.duke-energy.com/our-company/about-us/leadership", type: HTML, connector: http, tier: D } # ───────────────────────── Postal & logistics — rate pages, surcharges, leadership ───────────────────────── - id: usps extend: true country: US sensors: - { name: business prices, url: "https://www.usps.com/business/prices.htm", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: price list (notice 123), url: "https://pe.usps.com/text/dmm300/Notice123.htm", type: HTML, connector: http, tier: C } - { name: leadership, url: "https://about.usps.com/who/leadership/", type: HTML, connector: http, tier: D } - { name: privacy policy, url: "https://about.usps.com/who/legal/privacy-policy/", type: HTML, connector: http, tier: C } - { name: terms of use, url: "https://about.usps.com/who/legal/terms-of-use.htm", type: HTML, connector: http, tier: C } - id: royal-mail name: Royal Mail domain: royalmail.com categories: [logistics] tier: C aliases: [royal mail group, international distribution services] discover: { rss: true, sitemap: false, status: false, pages: false } country: GB sensors: - { name: uk sending prices, url: "https://www.royalmail.com/sending/uk", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy notice, url: "https://www.royalmail.com/privacy-notice", type: HTML, connector: http, tier: C } - id: la-poste name: La Poste domain: laposte.fr categories: [logistics] tier: C aliases: [groupe la poste, colissimo] discover: { rss: true, sitemap: false, status: false, pages: false } country: FR language: fr sensors: - { name: tarifs postaux, url: "https://www.laposte.fr/tarifs-postaux", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: mentions légales, url: "https://www.laposte.fr/mentions-legales", type: HTML, connector: http, tier: C } - id: dhl extend: true country: DE sensors: - { name: management, url: "https://group.dhl.com/en/about-us/management.html", type: HTML, connector: http, tier: D } - { name: privacy notice, url: "https://www.dhl.com/global-en/footer/privacy-notice.html", type: HTML, connector: http, tier: C } - id: fedex extend: true country: US sensors: - { name: current rates, url: "https://www.fedex.com/en-us/shipping/rate-changes.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: terms of use, url: "https://www.fedex.com/en-us/terms-of-use.html", type: HTML, connector: http, tier: C } - { name: privacy policy, url: "https://www.fedex.com/en-us/trust-center/global-privacy-policy.html", type: HTML, connector: http, tier: C } - id: ups extend: true country: US sensors: - { name: shipping costs and rates, url: "https://www.ups.com/us/en/support/shipping-support/shipping-costs-rates", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: leadership, url: "https://about.ups.com/us/en/our-company/leadership.html", type: HTML, connector: http, tier: D } - { name: privacy notice, url: "https://www.ups.com/us/en/support/shipping-support/legal-terms-conditions/privacy-notice", type: HTML, connector: http, tier: C } - id: stm extend: true country: CA sensors: - { name: transit fares, url: "https://www.stm.info/en/info/fares/transit-fares", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: translink extend: true country: CA sensors: - { name: pricing and fare zones, url: "https://www.translink.ca/transit-fares/pricing-and-fare-zones", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: mta extend: true country: US sensors: - { name: fares, url: "https://www.mta.info/fares-tolls", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: leadership, url: "https://www.mta.info/transparency/leadership", type: HTML, connector: http, tier: D } - id: tfl extend: true country: GB sensors: - { name: find fares, url: "https://tfl.gov.uk/fares/find-fares", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: tube and rail fares, url: "https://tfl.gov.uk/fares/find-fares/tube-and-rail-fares", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: privacy and cookies, url: "https://tfl.gov.uk/corporate/privacy-and-cookies/", type: HTML, connector: http, tier: C } - id: sncf extend: true country: FR sensors: - { name: gouvernance, url: "https://www.groupe-sncf.com/fr/groupe/gouvernance", type: HTML, connector: http, tier: D } - id: amtrak extend: true country: US sensors: - { name: privacy policy, url: "https://www.amtrak.com/privacy-policy", type: HTML, connector: http, tier: C } - id: metrolinx extend: true country: CA sensors: - { name: go transit fares, url: "https://www.gotransit.com/en/ways-to-pay/fare-information", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: oc-transpo extend: true country: CA sensors: - { name: fares, url: "https://www.octranspo.com/en/fares/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: exo extend: true country: CA sensors: - { name: fares, url: "https://exo.quebec/en/fares", type: HTML, connector: http, tier: C, config: { selector: "main" } } # ───────────────────────── Universities — tuition pages, senior administration ───────────────────────── - id: university-of-toronto extend: true country: CA sensors: - { name: tuition and fees, url: "https://planningandbudget.utoronto.ca/tuition-ancilliary-fees/tuition-fees/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: universite-de-montreal extend: true country: CA sensors: - { name: tuition and fees, url: "https://registraire.umontreal.ca/droits-de-scolarite/couts/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: harvard extend: true country: US sensors: - { name: leadership, url: "https://www.harvard.edu/about/leadership-and-governance/", type: HTML, connector: http, tier: D } - id: stanford extend: true country: US sensors: - { name: tuition and fees, url: "https://financialaid.stanford.edu/undergrad/budget/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: mit extend: true country: US sensors: - { name: tuition and fees, url: "https://sfs.mit.edu/undergraduate-students/the-cost-of-attendance/coa/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: princeton extend: true country: US sensors: - { name: tuition and fees, url: "https://admission.princeton.edu/cost-aid/fees-payment-options", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: university-of-waterloo extend: true country: CA sensors: - { name: tuition and fees, url: "https://uwaterloo.ca/finance/student-financial-services/tuition-fee-schedules", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: mcmaster extend: true country: CA sensors: - { name: tuition and fees, url: "https://registrar.mcmaster.ca/fees/", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: universite-laval extend: true country: CA sensors: - { name: tuition and fees, url: "https://www.ulaval.ca/etudes/droits-de-scolarite", type: HTML, connector: http, tier: C, config: { selector: "main" } } - { name: leadership, url: "https://www.ulaval.ca/notre-universite/direction-et-gouvernance", type: HTML, connector: http, tier: D } - id: concordia extend: true country: CA sensors: - { name: leadership, url: "https://www.concordia.ca/about/administration-governance.html", type: HTML, connector: http, tier: D } - id: university-of-alberta extend: true country: CA sensors: - { name: tuition and fees, url: "https://www.ualberta.ca/en/registrar/costs-tuition-fees/index.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } - id: dalhousie extend: true country: CA sensors: - { name: tuition and fees, url: "https://www.dal.ca/admissions/cost-and-payment/tuition.html", type: HTML, connector: http, tier: C, config: { selector: "main" } } # ───────────────────────── Energy majors & large caps — leadership, privacy ───────────────────────── - id: exxonmobil extend: true country: US sensors: - { name: privacy, url: "https://corporate.exxonmobil.com/Global-legal-pages/privacy-policy", type: HTML, connector: http, tier: C } - id: chevron extend: true country: US sensors: - { name: leadership, url: "https://www.chevron.com/who-we-are/leadership", type: HTML, connector: http, tier: D } - { name: privacy, url: "https://www.chevron.com/privacy", type: HTML, connector: http, tier: C } - id: cnrl extend: true country: CA sensors: - { name: privacy, url: "https://www.cnrl.com/privacy", type: HTML, connector: http, tier: C } - id: enbridge extend: true country: CA sensors: - { name: privacy, url: "https://www.enbridge.com/privacy-statement", type: HTML, connector: http, tier: C } - id: tc-energy extend: true country: CA sensors: - { name: privacy, url: "https://www.tcenergy.com/privacy/", type: HTML, connector: http, tier: C } - id: brookfield extend: true country: CA sensors: - { name: leadership, url: "https://www.brookfield.com/about-us/leadership", type: HTML, connector: http, tier: D } - id: thomson-reuters extend: true country: CA sensors: - { name: privacy, url: "https://www.thomsonreuters.com/en/privacy-statement", type: HTML, connector: http, tier: C } - id: nutrien extend: true country: CA sensors: - { name: leadership, url: "https://www.nutrien.com/about/leadership", type: HTML, connector: http, tier: D } - id: quebecor extend: true country: CA sensors: - { name: privacy, url: "https://www.quebecor.com/en/privacy-policy", type: HTML, connector: http, tier: C }