Variable Links
Someone Could help me ?
Look this site:
https://www60.fazenda.sp.gov.br/wps/portal/!ut/p/c1/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gj5wBjYzN_QwOLYDNDAyMnUzdvN28zAwMDY_2CbEdFAI-P1VI!/
type data below:
21/09/2010
Click in "Pesquisar".
I put this site in SS but they don´t Scrape.
Someone know How Can I Scrap this kind Site ?
Variable Links
Use variables in the URL text box of a scrapeable file by surrounding the variable with ~# and #~ This post explains it: http://community.screen-scraper.com/node/1597
One solution to variable links is to scrape the URL for the page request. For the site in question, the URL is part of a form in the 'action' attribute. You can scrape that and use it for the URL to your next scrapeable file. (Note: scrapeable files need absolute URLs)