{
    "mode": "perldoc",
    "parameter": "WWW::Search::Ebay::BuyItNow",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/WWW%3A%3ASearch%3A%3AEbay%3A%3ABuyItNow/json",
    "generated": "2026-06-16T09:58:14Z",
    "synopsis": "use WWW::Search;\nmy $oSearch = new WWW::Search('Ebay::BuyItNow');\nmy $sQuery = WWW::Search::escapequery(\"jawa\");\n$oSearch->nativequery($sQuery);\nwhile (my $oResult = $oSearch->nextresult())\n{ print $oResult->url, \"\\n\"; }",
    "sections": {
        "NAME": {
            "content": "WWW::Search::Ebay::BuyItNow - backend for searching eBay Buy-It-Now items\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use WWW::Search;\nmy $oSearch = new WWW::Search('Ebay::BuyItNow');\nmy $sQuery = WWW::Search::escapequery(\"jawa\");\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 search is done against eBay Buy-It-Now items only.\n\nThe query is applied to TITLES only.\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",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "To make new back-ends, see WWW::Search.\n",
            "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": []
        },
        "LICENSE": {
            "content": "Copyright (C) 1998-2009 Martin 'Kingpin' Thurn\n",
            "subsections": []
        }
    },
    "summary": "WWW::Search::Ebay::BuyItNow - backend for searching eBay Buy-It-Now items",
    "flags": [],
    "examples": [],
    "see_also": []
}