i have some part of the page that i want to scrap in screaming frog
i use extraction function
i found the xpath of what i want
it is:
//*[@id="post-742"]
but now i want to scrape and extract that part from all the posts
the post number is different in every post
what i need to wright instead of the post number (how i can make a dynamic number)
i use extraction function
i found the xpath of what i want
it is:
//*[@id="post-742"]
but now i want to scrape and extract that part from all the posts
the post number is different in every post
what i need to wright instead of the post number (how i can make a dynamic number)