I calling the website via the HTTP Request module. I can visit the website, yet when I add the website to the HTTP Request module, I keep getting a timeout stating that the Origin is “Make” (see image). Anyone have any clue why I can’t call this URL?
This is because the server has anti-scrape measures.
Try other scraping methods described in this article.
So you basically need to “visit” the site yourself to get the content. This is called Web Scraping.
Web Scraping
For web scraping, a service you can use is ScrapeNinja to get content from the page.
I’ve used ScrapeNinja, and you can use jQuery-like selectors in the extractor function.
ScrapeNinja also can run the page in a real web-browser, loading all the content and running the page load scripts so it closely simulates what you see, as opposed to just the raw page HTML fetched from the HTTP module.