Wildcard in sitemap url

I am trying to scrape a site that the product URLs are as such:

www.website.com/company/products/{CHANGING PRODUCT NAME}/sequential numbers

I need to use a wildcard to parse through the product name and just pull all sequential pages. Not sure how to do this.