I'm running a web crawler to pull social media links from URLs. Right now the crawler goes through every link within each URL i provide, but I need it to crawl each URLs landing page, then move to the next without searching every link inside each URL. Can anyone assist with this?