Filter and extract only the blog URLs from Stripe’s website for targeted content analysis.
include_urls
parameter allows you to specify exactly which URL patterns you want to include in the results.
/blog
- Matches exactly the main blog page (https://stripe.com/blog)/blog/**
- Matches all subpaths under /blog, including individual blog posts, category pages, etc.