|
Blog Profile |
| Function: |
blogstreet.getBlogProfile |
| Arguments: |
URL of the blog whose profile details are to be fetched (string) |
| Returns: |
A structure having the following fields. If there is no available value for a field than it is returned blank.
Blog Title
Blogger / Author Name
RSS URL
Rank
BIQ
Category
Rating
|
| Description: |
This function returns the profile details of a blog such as its Rank, BIQ, Blog Title, Name of Author, RSS URL, Category, Rating. |
|
|
Blog Neighborhood |
| Function: |
blogstreet.getBlogNeighborhood |
| Arguments: |
URL of the blog whose Neighborhood is to be fetched (string)
Number of results to fetch (integer)
|
| Returns: |
A structure having list of Neighbors with the following two fields:
Link i.e. URL of the related Blog
Title of the related Blog
|
| Description: |
This function returns the URLs and Titles of Neighbors i.e. the related blogs of a blog. |
|
|
RSS Discovery |
| Function: |
blogstreet.getRSS |
| Arguments: |
URL of the blog whose RSS feed has to be found out (string)
|
| Returns: |
RSS URL of the blog
|
| Description: |
This function take a blog URL, discovers and returns its RSS URL. |
|
|
BlogBack |
| Function: |
blogstreet.getBlogBack |
| Arguments: |
URL of the blog whose BlogBack is to be fetched (string)
Number of results to fetch (integer) |
| Returns: |
A structure having list of blogs with the following two fields:
Link i.e. URL of the Blog
Title of the Blog |
| Description: |
This function returns the URLs and Titles of those blogs that are BlogBacking / Blogrolling a blog. |
|
|
BlogRoll |
| Function: |
blogstreet.getBlogRoll |
| Arguments: |
URL of the blog whose Blogroll is to be fetched (string)
Number of results to fetch (integer) |
| Returns: |
An array of blogs. |
| Description: |
This function returns the blogroll of a blog as deciphered by BlogStreet. |
|
|
Googlatives |
| Function: |
blogstreet.getBlogGooglatives |
| Arguments: |
URL of the blog whose Googlatives are to be fetched (string)
Number of results to fetch (integer)
Google Key (string)
|
| Returns: |
A structure having a list of blogs with the following fields:
Link i.e. URL of the related blog
Title of the related blog
|
| Description: |
This function queries Google for similar websites using the supplied Google Key and filters the results to show only similar blogs as per Google. |
|
|
Book Citations |
| Function: |
blogstreet.getBlogBooks |
| Arguments: |
URL of the blog whose books citations are to be fetched (string)
Number of results to fetch (integer) |
| Returns: |
A structure having list of books with the following fields:
ASIN
Name of the book
Link to the Amazon.com page of that book
|
| Description: |
This function gets the ASIN, Name and Links of books which are mentioned on a blog homepage. |
|
|
Blog Post Search |
| Function: |
blogstreet.searchBlogPosts |
| Arguments: |
Space separated Keywords (string)
Sort order (string)
|
| Returns: |
A structure having search results with the following fields:
PermaLink of the blog post
Excerpt of the blog post
Title of the blog
Date
|
| Description: |
This function returns those blog posts that match the keywords. It performs an OR search i.e. search any of the keywords in case of more than one keyword.
The second parameter is the sorting order of the results. It can take three values:
rele - Sort by relevance
rank - Sort by BlogRank
date - Sort by date
Maximum number of search results per query is fixed to 10.
|
|
|
Blog Posts |
| Function: |
blogstreet.getBlogPosts |
| Arguments: |
URL of Blog (string)
Start Date (YYYY-MM-DD)
End Date (YYYY-MM-DD)
|
| Returns: |
A structure having list of blog posts with the following three fields:
PermaLink of the blog post
Body of the blog post
Date of the blog post
|
| Description: |
This function returns the blog posts in the specified date range.
If no date range is specified than it returns the latest 10 posts. |
|
|
Blog PermaLinks |
| Function: |
blogstreet.getPermaLinks |
| Arguments: |
URL of Blog (string)
Start Date (YYYY-MM-DD)
End Date (YYYY-MM-DD)
|
| Returns: |
A structure having blog posts with the following two fields:
PermaLink
Date of the PermaLink
|
| Description: |
This function returns the PermaLinks in the specified date range.
If no date range is specified than it returns the latest 10 PermaLinks. |