Search for pages with permalink

If I understand well (and I’m not sure) probably you need only the get_page_by_path function:

$pagefoo = get_page_by_path('foo/page2');

$pagefoo variable contain post object for the page with slug 'page2' that is child of page with slug 'foo'.