{
    "content": [
        {
            "type": "text",
            "text": "# WWW::Search::Ebay::ByEndDate (perldoc)\n\n## NAME\n\nWWW::Search::Ebay::ByEndDate - backend for searching www.ebay.com, with results sorted with \"items ending first\"\n\n## SYNOPSIS\n\nuse WWW::Search;\nmy $oSearch = new WWW::Search('Ebay::ByEndDate');\nmy $sQuery = WWW::Search::escapequery(\"C-10 carded Yakface\");\n$oSearch->nativequery($sQuery);\nwhile (my $oResult = $oSearch->nextresult())\n{ print $oResult->url, \"\\n\"; }\n\n## DESCRIPTION\n\nThis class is a Ebay specialization of WWW::Search. It handles making and interpreting Ebay\nsearches http://www.ebay.com.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **NOTES**\n- **SEE ALSO**\n- **CAVEATS**\n- **BUGS**\n- **AUTHOR**\n- **LEGALESE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "WWW::Search::Ebay::ByEndDate",
        "section": "",
        "mode": "perldoc",
        "summary": "WWW::Search::Ebay::ByEndDate - backend for searching www.ebay.com, with results sorted with \"items ending first\"",
        "synopsis": "use WWW::Search;\nmy $oSearch = new WWW::Search('Ebay::ByEndDate');\nmy $sQuery = WWW::Search::escapequery(\"C-10 carded Yakface\");\n$oSearch->nativequery($sQuery);\nwhile (my $oResult = $oSearch->nextresult())\n{ print $oResult->url, \"\\n\"; }",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "NOTES",
                "lines": 18,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "CAVEATS",
                "lines": 1,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "LEGALESE",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "WWW::Search::Ebay::ByEndDate - backend for searching www.ebay.com, with results sorted with\n\"items ending first\"\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use WWW::Search;\nmy $oSearch = new WWW::Search('Ebay::ByEndDate');\nmy $sQuery = WWW::Search::escapequery(\"C-10 carded Yakface\");\n$oSearch->nativequery($sQuery);\nwhile (my $oResult = $oSearch->nextresult())\n{ print $oResult->url, \"\\n\"; }\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This class is a Ebay specialization of WWW::Search. It handles making and interpreting Ebay\nsearches http://www.ebay.com.\n\nThis class exports no public interface; all interaction should be done through WWW::Search\nobjects.\n",
                "subsections": []
            },
            "NOTES": {
                "content": "The calling program must ensure that the Date::Manip module is able to determine the local\ntimezone. When Date::Manip changed from version 5 to version 6, the timezone handling was\ncompletely overhauled. See the documentation of Date::Manip but good luck because it is VERY\nconfusing and does not contain useful examples.\n\nThe search is done against CURRENT running auctions only.\n\nThe query is applied to TITLES only.\n\nThe results are ordered auctions ending soon first (order of increasing auction ending date).\n\nIn the resulting WWW::Search::Result objects, the description field consists of a human-readable\ncombination (joined with semicolon-space) of the Item Number; number of bids; and high bid\namount (or starting bid amount).\n\nIn the WWW::Search::Result objects, the changedate field contains the auction ending date &\ntime in ISO 8601 format; i.e. YYYY-MM-DDThh:mm:ss.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "To make new back-ends, see WWW::Search.\n",
                "subsections": []
            },
            "CAVEATS": {
                "content": "",
                "subsections": []
            },
            "BUGS": {
                "content": "Please tell the author if you find any!\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Martin 'Kingpin' Thurn, \"mthurn at cpan.org\", <http://tinyurl.com/nn67z>.\n",
                "subsections": []
            },
            "LEGALESE": {
                "content": "Copyright (C) 1998-2015 Martin 'Kingpin' Thurn\n\nTHIS SOFTWARE IS PROVIDED \"AS IS\" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,\nWITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.\n",
                "subsections": []
            }
        }
    }
}