IsFoundOnPage inside div

I'm trying to scrape CryptoKitties search result with IsFoundOnPage - for example:
https://www.cryptokitties.co/marketplace/sale?search=totesbasic%20granitegrey
But no matter what search terms I enter, the spider only seems to receive some default page frame, but not the inside of the app - so it doesn't see words like "Filter, Siring, Next..."
It does connect though, for example the word "Kitties" works, as it's contained in the page outside of the "app" div.
Any thoughts?

The section of the page you are referring to is loaded with javascript after the original HTML code which SeoTools reads with the IsFoundOnPage function.

You may be able to scrape your desired results if you use the PhantomJs Connector which allows you to run XPath and Regex against their servers which loads the page and includes javascript changes.

http://seotoolsforexcel.com/phantomjs-cloud/