Apache Nutch · Example Payload

Apache Nutch Seed List Example

Web CrawlerIndexingSearchApacheJavaHadoopOpen Source

Apache Nutch Seed List Example is an example object payload from Apache Nutch, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameseedFilePathseedUrls

Example Payload

Raw ↑
{
  "id": 402,
  "name": "NutchBot",
  "seedFilePath": "/crawl/segments",
  "seedUrls": [
    {
      "url": "https://example.com"
    },
    {
      "url": "https://example.com"
    }
  ]
}