Hi everyone!
This is my first post on this forum. I searched for some answers in it before posting but didn't find anything.
Sorry if there is information inside the forum and I didn't find it.
So, here is the deal.
I am trying to list all real state in the state that i live in Brazil.
Here is the link where the info is at: https://www.crecisp.gov.br/cidadao/listadeimobiliarias?IsFinding=True
I want to open the link "Ver Detalhes" (btn btn-primary) e scrape some information after.
But I cannot select the buttons when using the SelectorLink. When I manually add the information "button.btn-primary" on the selector, it will select. But when it starts scraping, it doesn't open the links.
Sitemap:
{"_id":"creci_1","startUrl":["https://www.crecisp.gov.br/cidadao/listadeimobiliarias?IsFinding=True"],"selectors":[{"id":"link","type":"SelectorLink","parentSelectors":["_root"],"selector":"button.btn-primary","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["link"],"selector":"h3","multiple":false,"regex":"","delay":0},{"id":"creci","type":"SelectorText","parentSelectors":["link"],"selector":".content-section-wrapper > div > div:nth-of-type(2) span","multiple":false,"regex":"","delay":0}]}
Thanks a lot!!!!!!!