{
    "content": [
        {
            "type": "text",
            "text": "# WWW::Search::Ebay::BySellerID (perldoc)\n\n## NAME\n\nWWW::Search::Ebay::BySellerID - backend for searching eBay for items offered by a particular seller\n\n## SYNOPSIS\n\nuse 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\n## DESCRIPTION\n\nSee WWW::Search::Ebay for details. The query string must be an eBay seller ID.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **NOTES**\n- **SEE ALSO**\n- **BUGS**\n- **AUTHOR**\n- **LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "WWW::Search::Ebay::BySellerID",
        "section": "",
        "mode": "perldoc",
        "summary": "WWW::Search::Ebay::BySellerID - backend for searching eBay for items offered by a particular seller",
        "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\"; }",
        "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": 8,
                "subsections": []
            },
            {
                "name": "NOTES",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 2,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}