Apache Nutch · Example Payload

Apache Nutch Fetch Node Db Info Example

Web CrawlerIndexingSearchApacheJavaHadoopOpen Source

Apache Nutch Fetch Node Db Info 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

urlstatusnumOfOutlinkschildren

Example Payload

Raw ↑
{
  "url": "https://example.com",
  "status": 13,
  "numOfOutlinks": 917,
  "children": [
    {
      "childUrl": "https://example.com",
      "anchorText": "example-value"
    },
    {
      "childUrl": "https://example.com",
      "anchorText": "example-value"
    }
  ]
}