Is there an xpath to scrape featured snippets out of google for specific search phrases?
Do you mean these?
If so, this XPath worked for me:
=XPathOnUrl(A1;"//div[@class='xpdopen']//div[@class='mod']")
However, I would not count on it working on other types of snippets. Another useful thing to scrape would be the "Others have also asked" box.