Separate names with a comma.
Is it possible to scrape Google rich snippets with the default parsers? www.google.com/search?q=Remy+Ma the data listed on the right?
I replaced ./aparser with an updated version and things seem to be working again.
I am getting this error and can't start aparser. I cleared my Completed queue and this started happening. I tried renaming /tasks/ and creating...
I'm sure it is possible, but I am having trouble figuring out the best way to scrape all internal links on a domain, and output a report like the...
I noticed the Google Images parser is no longer working, I'm guessing something changed?
This would be very helpful with scheduled tasks. For instance, I may want to scrape a site with my higher quality USA proxies only, but run...
Is there a way to use specific proxies for certain tasks? I have some private proxies I'd like to use for certain things only. I'm having a hard...
Is there a way to skip the first line in a CSV query file? I am using an input like queries.csv and string split to create my query. I'd like to...
I ended up just doing a bunch of regex replaces, in case anyone else runs into this: [ÀÁÂÃÄÅ] to A [àáâãäå] to a [ÈÉÊË] etc [é] [í] [ó] [úü] [ñ] [Ñ]
Is there a way to strip diacritics from parsed text? Like this: http://www.siao2.com/2005/02/19/376617.aspx
Is it possible to filter results that only contain the original query? [IMG] Something like this? I've tried a few variations without luck.
Is it possible to enter a value like this for the queries file?
Ah, just realized there are custom macros: [% USE monthday = date(format = '%b%d', locale = 'C') -%]
Is it possible to use some file naming method to use a unique queries file on each scheduled run? For example: Day 1: /scrape_Jan26.txt Day 2:...