{
    "mode": "perldoc",
    "parameter": "WWW::Search::Ebay::BySellerID",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/WWW%3A%3ASearch%3A%3AEbay%3A%3ABySellerID/json",
    "generated": "2026-06-13T20:13:09Z",
    "synopsis": "use WWW::Search;\nmy $oSearch = new WWW::Search('Ebay::BySellerID');\nmy $sQuery = WWW::Search::escapequery(\"martinthurn\");\n$oSearch->nativequery($sQuery);\nwhile (my $oResult = $oSearch->nextresult())\n{ print $oResult->url, \"\\n\"; }",
    "sections": {
        "NAME": {
            "content": "WWW::Search::Ebay::BySellerID - backend for searching eBay for items offered by a particular\nseller\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use WWW::Search;\nmy $oSearch = new WWW::Search('Ebay::BySellerID');\nmy $sQuery = WWW::Search::escapequery(\"martinthurn\");\n$oSearch->nativequery($sQuery);\nwhile (my $oResult = $oSearch->nextresult())\n{ print $oResult->url, \"\\n\"; }\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "See WWW::Search::Ebay for details. The query string must be an eBay seller ID.\n\nThis class is an 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": "Searches only for items offered by eBay sellers whose ID matches exactly.\n\nSee WWW::Search::Ebay for explanation of the results.\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::BySellerID - backend for searching eBay for items offered by a particular seller",
    "flags": [],
    "examples": [],
    "see_also": []
}