Our API is a free, no-accounts, XML-based API that gives you access to all of our human powered sources.
To use it, simply add '&o=x' onto any query URL, e.g. http://duckduckgo.com/?q=techcrunch&o=x (view source).
The only thing we ask is you give us attribution and link backs, i.e. "Powered by Duck Duck Go" on each page you use our API.
Responses look like this:
<DuckDuckGoResponse version="0.8">
<Type>A</Type>
<Answer>2 + 2 = 4</Answer>
<Heading>Text</Heading>
<Image>URL</Image>
<Abstract>HTML</Abstract>
<AbstractText>Abstract minus HTML</AbstractText>
<Results>
<Result>HTML
<Icon height="16" width="16">URL</Icon>
<Text>Result minus HTML</Text>
<FirstURL>URL</FirstURL>
</Result>
</Results>
<RelatedTopics>
<RelatedTopic>HTML
<Icon height="16" width="16">URL</Icon>
<Text>Result minus HTML</Text>
<FirstURL>URL</FirstURL>
</RelatedTopic>
</RelatedTopics>
</DuckDuckGoResponse>
Notes:
<RelatedTopicsSection name="Name">(example)
API users: