WebScraper suddenly stops working on Booksy — anyone else?

Hi everyone,
I’ve been scraping Booksy with WebScraper for months without any issues, but suddenly it just stopped working. The last time I did it was last month.

Now when I try to start the scrape, the page opens and immediately closes before extracting anything. I’ve tested this on different browsers and different computers, and the same thing happens every time.

Does anyone know what’s going on? Has WebScraper had any recent updates or changes? Any insight would be really appreciated. Thanks!

Hi,

Please post your sitemap.

{"id":"Booksy_Badajoz(41)","startUrl":["https://booksy.com/es-es/s/58549_badajoz?locationHash=here%3Acm%3Anamedplace%3A20273835"],"selectors":[{"id":"Negocio_Individual","parentSelectors":["root","Next_Page"],"type":"SelectorLink","selector":".purify_jFNrjJsLiLW\+6sHFuYDiWA\=\= div:nth-of-type(1) a","multiple":true,"linkType":"linkFromHref"},{"id":"Nombre","parentSelectors":["Negocio_Individual"],"type":"SelectorText","selector":"h1","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"Direccion","parentSelectors":["Negocio_Individual"],"type":"SelectorText","selector":".purify\+-9qnUzEomBZq5u8FlQ4nA\=\= .purify_prm7MfDXczhTZvcY5KwOuA\=\= div","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"Patrocinado_por_Booksy","parentSelectors":["Negocio_Individual"],"type":"SelectorText","selector":".purify_lVVgKKfPb\+jFFtBqHwnNSg\=\= p","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"Recomendado_por_Booksy","parentSelectors":["Negocio_Individual"],"type":"SelectorText","selector":"span.b-badge","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"Servicio_a_Domicilio","parentSelectors":["Negocio_Individual"],"type":"SelectorText","selector":"div.purify_BvwlhtQUrrEk5Sq16VFwnQ\=\=","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"Instagram","parentSelectors":["Negocio_Individual"],"type":"SelectorLink","selector":".purify_VbEpwGf39H6\+5nz2giTf5w\=\= a.purify_b6ZO5VAzh2IvKY8mzErnJA\=\=","multiple":false,"linkType":"linkFromHref"},{"id":"Facebook","parentSelectors":["Negocio_Individual"],"type":"SelectorLink","selector":".purify_VbEpwGf39H6\+5nz2giTf5w\=\= a[data-testid='social-media-facebook-button']","multiple":false,"linkType":"linkFromHref"},{"id":"Web","parentSelectors":["Negocio_Individual"],"type":"SelectorLink","selector":"a[data-testid='social-media-website-button']","multiple":false,"linkType":"linkFromHref"},{"id":"Nombre_Propietario","parentSelectors":["Negocio_Individual"],"type":"SelectorText","selector":"div.b-mb-3","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"Empleados","parentSelectors":["Negocio_Individual"],"type":"SelectorGroup","selector":"div.purify_hiZuakFDptu6yEYG-onsSw\=\=","extractAttribute":""},{"id":"Telefono","parentSelectors":["Negocio_Individual"],"type":"SelectorText","selector":".b-font-h5 div.b-items-center[data-testid]","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"email_click","parentSelectors":["Negocio_Individual"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"span.b-cursor-pointer","clickElementUniquenessType":"uniqueText","clickType":"clickMore","delay":15000,"discardInitialElements":"do-not-discard","multiple":false,"selector":"span.b-cursor-pointer"},{"id":"Email","parentSelectors":["Negocio_Individual"],"type":"SelectorText","selector":".b-flex .b-w-100p span","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"Next_Page","parentSelectors":["_root","Next_Page"],"paginationType":"auto","type":"SelectorPagination","selector":"a.purify_oRLmB2EuZ01XBjqAX0Sq7Q\=\="},{"id":"Categoría","parentSelectors":["Negocio_Individual"],"type":"SelectorText","selector":"li:nth-of-type(2) a.purify_jZ007xv78mnpJQia3P-ZqQ\=\=","multiple":false,"regex":"","multipleType":"singleColumn"}]}

Well, the sitemap does not work because the Next_Page and Negocio_Individual selectors do not match any elements on the website. The website probably has an updated layout. Try checking all selectors with 'Element preview'.

1 Like

Hi JanAp, you are right. Thanks mate!