Hi @ericsonmartin, something like p[class^='Price_container__'] would do the job if you wanted to fetch p elements with CSS classes starting with Price_container__.
Here’s a quick example workflow extracting the p elements coming with automate-without-limits... classes from the n8n website: