I am trying to compile applications from the Internet, looking for suggestions with the following construction:
[subject] [are/is] [rest of sentence].
So, for example, I want to search and collect all offers starting with "Computers - [other offers]". Which can lead to things like:
- Computers are annoying.
- Computers are great.
- Computers are expensive.
- Etc.
What I want to collect is everything from the beginning of a sentence to a period (preferably sorted by frequency of occurrence).
Is there a way to do this with existing search engines, or will I need to build a bot / scraper?
user1694077
source share