elsewhere
Just enter a url below and hit 'parse' to get a nice
list of links. Alternatively, select 'raw json' and the result will
be returned as JSON.
API example - Finds Urls belonging to an individual
Options explained
- strict
- Whether the crawler only allows reciprocal rel="me" links. True will give less results, but with less chance of errors.
- useCache
- Whether a request should use the cache during a request.
- crawlLimit
- The number of links crawled in a row without any successful validations, before the crawling of any subsequent links is abandoned.
- domainLimit
- The number of links crawled within one domain, before the crawling of any subsequent links is abandoned.
- stripDeeperLinks
- If set to true then links at deeper path depths than that of the shallowest on the same domain will be discarded.
- logLevel
- The level at which the application logs results.