{
    "mode": "perldoc",
    "parameter": "WWW::Search::Ebay::Category",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/WWW%3A%3ASearch%3A%3AEbay%3A%3ACategory/json",
    "generated": "2026-06-14T12:52:01Z",
    "synopsis": "use WWW::Search;\nmy $oSearch = new WWW::Search('Ebay::Category');\n# Category 1381 is Disney Modern Premiums:\n$oSearch->nativequery(1381);\nwhile (my $oResult = $oSearch->nextresult())\n{ print $oResult->url, \"\\n\"; }",
    "sections": {
        "NAME": {
            "content": "WWW::Search::Ebay::Category - backend for returning entire categories on www.ebay.com\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use WWW::Search;\nmy $oSearch = new WWW::Search('Ebay::Category');\n# Category 1381 is Disney Modern Premiums:\n$oSearch->nativequery(1381);\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": "Returns the \"first\" 200 *auction* items in the given category. I'm not sure what exactly \"first\"\nmeans in this case; YMMV.\n\nIt is up to you to determine the number of the category you want.\n\nSee the NOTES section of WWW::Search::Ebay for a description of the results.\n",
            "subsections": []
        },
        "METHODS": {
            "content": "",
            "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": "Maintained by Martin Thurn, \"mthurn@cpan.org\",\n<http://www.sandcrawler.com/SWB/cpan-modules.html>.\n",
            "subsections": []
        },
        "LEGALESE": {
            "content": "Copyright (C) 1998-2009 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": []
        }
    },
    "summary": "WWW::Search::Ebay::Category - backend for returning entire categories on www.ebay.com",
    "flags": [],
    "examples": [],
    "see_also": []
}